OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: ColonelSaac on 21 Jan 2005, 19:59:38

Title: How can i Paradrop?
Post by: ColonelSaac on 21 Jan 2005, 19:59:38
I want to know how i could do a paradrop. When a plane or helicoptor is flying and all the men inside eject. I have seen the computer do this once before on the original OFP. I would like to know how to do this. Would i need a script or is it already in the game? Thank you.
Title: Re:How can i Paradrop?
Post by: Silencer on 21 Jan 2005, 20:45:18
Do you mean yourself ejecting out of a chopper, or do you mean a squad ejecting from a chopper?

If you mean yourself: Press [  or ] and select Eject

If you mean a squad: use my script:

http://www.ofpec.com/editors/browse.php?browseon=&browsewhat=-1&catselected=-1_-1&catagory=-1&subcategory=-1_-1&numreturn=25&displayformat=0&ofpv=1&searchwhat=1&searchlevel=0&searchwhat=1&searchopts=&searchstring=silencer
Title: Re:How can i Paradrop?
Post by: dan ick on 21 Jan 2005, 20:59:55
IF you want to eject put


unitname action ["eject",vehicle name]


Put this in a trigger or waypoints Activation field

If you dont use a script and want more than yourself jumping out you will have to put the same line in for as many soldiers as you want to eject,just make sure you put      ;          after each command. ;)


                                    :)GOOD LUCK ;D
Title: Re:How can i Paradrop?
Post by: macguba on 22 Jan 2005, 15:50:12
There are many paradropping scripts in the Editors Depot.

The chute itself is created automatically by the "eject" action.
Title: Re:How can i Paradrop?
Post by: THobson on 22 Jan 2005, 17:18:41
In addition to the eject instruction you also need to unassign each unit from the vehicle using

unassignVehicle unit

If you don't you will find the chopper of whatever you have bailed out from will circle down to the ground