OFPEC Forum
Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting Multiplayer => Topic started by: Anubis-LOC on 09 Sep 2002, 17:42:32
-
Can anyone tell me if you can respawn in a vehicle? More specifically, a moving chinook? and if so, HOW? ???
-
Hi,
yeah, it's possible:
make one trigger to detect player respawn:
x: 0
y: 0
activated: repeatedly
condition: Alive(PlayerID)
activation: PlayerID moveincargo Chinook1
you need one trigger for each playable units.
Warning: using this kind of setpos/movein could make some desync happen.
Hope this helps
-
:D Thanks a bunch Backoff. I appreciate it