I'm making a MP Mission where I want an (addAction) to allow players to Halt the vehicle and then move it again. So if need we can tell the AI to stop driving towards the waypoint, and whenever we want to advance we would just use the (addAction). I've successfully been able to stop the Vehicle by using; "{dostop _x} foreach units cov1;" which (cov1 is the variable name for the convoy group), but after I use that command I can not use a move command to tell the AI to continue to the waypoint. Please Help :(