privateydb 0 Posted December 24, 2001 completing my series of really stupid questions, what do i put in a trigger to make a unit parachute out of a chopper at a certain location. thanks.... Share this post Link to post Share on other sites
MP 0 Posted December 25, 2001 _aunits = units teamleadername _i = 0 _j = count _aunits #Here (_aunits select _i) action ["EJECT",choppername] unassignvehicle (_aunits select _i) _i=_i+1 ~1 ?_j>_i:goto "Here" exit Just use player exec "whatever.sqs" to activate. Merry christmas. (Edited by MP at 6:50 am on Dec. 25, 2001) Share this post Link to post Share on other sites
Rob 1 Posted December 25, 2001 thats if he knows how to put it in a script in the first place. Share this post Link to post Share on other sites
amos m 0 Posted December 26, 2001 Well you only gotta cut and paste and save as "whatever.sqs". You could've told him that if it isn't obvious. Share this post Link to post Share on other sites
Intruder 0 Posted December 26, 2001 If you just got 1 or 2 unit/s to jump, put in the activation field of a trigger or WP: unitname Action ["EJECT", heloname] (Edited by Intruder at 2:13 pm on Dec. 26, 2001) Share this post Link to post Share on other sites
privateydb 0 Posted December 27, 2001 yep works like a charm. muchas gracias... Share this post Link to post Share on other sites
Hindhunter 1 Posted December 27, 2001 That was a nice way to do it with little coding, however, I thought the UnAssign command was necessary whenever a unit exits a vehicle, won´t the chopper come back and get´em? Share this post Link to post Share on other sites
Intruder 0 Posted December 27, 2001 Yup, thats true hindhunter, You need to unassign the unit from the chopper so he doesn't try to get back in. Share this post Link to post Share on other sites
Hindhunter 1 Posted December 27, 2001 Oops, I looked again and I saw that UnAssign actually was included in MP´s script....=) Share this post Link to post Share on other sites
subfreak2 0 Posted January 10, 2002 IT WORKED FOR ME Share this post Link to post Share on other sites