OFPEC Forum
Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: GeneralCoder on 30 Sep 2002, 22:03:57
-
how do u make unit come out of the vehicle after u have but him in like: this moveindriver true ?
whitout waypoints in the editor
-
Welcome to the forums, GeneralCoder
You can use this command:
unassignvehicle unit
To make your unit jump out as soon as the vehicle stops. To make your unit jump out while it's still moving (often dangerous as you might imagine ;D) use this line:
unit action ["Eject",vehicle ]
after first using the unassign one above ;)
-
Welcome to the forums, GeneralCoder
You can use this command:
unassignvehicle unit
To make your unit jump out as soon as the vehicle stops. To make your unit jump out while it's still moving (often dangerous as you might imagine ;D) use this line:
unit action ["Eject",vehicle ]
after first using the unassign one above ;)
Thank u wery much! 8)
-
Always issue these commands in a trigger. If you make it an activation in a waypoint, it just never works..and becomes frustrating as hell
Vortrog