HansJägermaister 10 Posted July 7, 2010 (edited) Hi,I have problem with this command.I have west plane and i this plane add waypoint "MOVE" with condition "Vehicle rik == roland".Rik is soldier that want enter to plane a roland is plane.But plane flight away directly and without rik :confused:.Here is photo http://img571.imageshack.us/img571/807/arma22010070721192360.jpg 156 kb Where is the problem? Edited July 7, 2010 by W0lle Image > 100 kb Share this post Link to post Share on other sites
W0lle 182 Posted July 7, 2010 In the initialization line of the plane type: roland stop true In the triggers condition line: rik in roland In the triggers onActivation line: roland stop false Share this post Link to post Share on other sites
HansJägermaister 10 Posted July 8, 2010 In the initialization line of the plane type: roland stop true In the triggers condition line: rik in roland In the triggers onActivation line: roland stop false And can I use this when i have empty plane and i give soldier this command soldier MoveInDriver roland and to trigger i will write : condition: rik in roland onActivation: soldier stop false Will be this functional? Share this post Link to post Share on other sites