Tejkr 13 Posted July 5, 2016 Hi guys, I'm trying to create simple mission and actually really understand mission making and scripting. Well, I've made few basic missions and one is kind of "rail shooter", where player would sit in vehicle and control the turret, while others will get out at certain waypoints to fight the enemy. Can I do that somehow without pulling player out of the squad (or ignoring the order)? Or actually, issue an order, that would tell player to get in a vehicle as a driver for example, literally reserving the position for player? Share this post Link to post Share on other sites
POLPOX 779 Posted July 5, 2016 Maybe: {unassignVehicle _x} forEach (crew <VEHICLE NAME> - [player]) 1 Share this post Link to post Share on other sites