OFPEC Forum
Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: penguinman on 19 Dec 2004, 22:23:31
-
when u do a transport unload waypoint how do u make the units get out faster instead of 1 every second
-
havent you already made this post?
http://www.ofpec.com/yabbse/index.php?board=8;action=display;threadid=20984 (http://www.ofpec.com/yabbse/index.php?board=8;action=display;threadid=20984)
-
lol those are completely different.
one is about parachuting
the other is about a waypoint get out speed
-
That annoyed me as well, the retarded speed of those dumb soldiers is incredible. I always simply use:
retardedsoldier action ["eject",retardedvehicle]; unassignvehicle retardedsoldier
You can use this several times in the same trigger to have them jump out all at once or just have a short time interval between several triggers but the triggers seem to have a problem understanding 0.3 seconds so I would recommend the first option.
-
Why use a trigger? Write it in the ACTIVATION field of the WP. But make sure the truck comes to a halt first.