opalix 10 Posted July 15, 2009 can anyone like... post a screenshot how this works? like a .. complete-guide on how to get it to work =(? :o :confused: Share this post Link to post Share on other sites
wizbomb 10 Posted July 15, 2009 just go to a faction you want then go to air and then parachute then select flying for special then put as player Share this post Link to post Share on other sites
Jantemplar 0 Posted July 15, 2009 Search before you post. Share this post Link to post Share on other sites
opalix 10 Posted July 15, 2009 (edited) i used Paradrop Script Template by Matt Rochelle, and it worked.. but how can i use it in my own maps/ missions ? not just his demo mission :D : Grp1(1-6) = Group this; {_x moveincargo C} ForEach units group this; [Grp1,C] exec "scripts\eject1.sqs";[Grp2,C_1] exec "scripts\eject1.sqs";[Grp3,C_2] exec "scripts\eject1.sqs";[Grp4,C_3] exec "scripts\eject1.sqs";[Grp5,CA] exec "scripts\eject1.sqs";[Grp6,C_A] exec "scripts\eject1.sqs"; SetAccTime 0.7 ... ah.. i think the problem is with the eject1.sqs file, where do i put it ? and how can i load it in the editor o.O ? :eek: Edited July 15, 2009 by opalix Share this post Link to post Share on other sites
nikodemus 10 Posted July 15, 2009 You need to put it on your mission folder once you have saved it. Although I tend to put them all on the Arma 2 root folder, seems to work fine that way. Share this post Link to post Share on other sites
kylania 568 Posted July 15, 2009 Although I tend to put them all on the Arma 2 root folder, seems to work fine that way. .... ??? Share this post Link to post Share on other sites
Tajin 349 Posted July 15, 2009 .... ??? Its true, that works. However, you'll get an bad surprise when you try to publish your mission, since the players then won't have the scripts (only data in the missionfolder is packed into the pbo). This is however an useful feature for addons, since it allows to have config-files that can be changed without having to temper with the pbo. Share this post Link to post Share on other sites