OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting Multiplayer => Topic started by: Anubis-LOC on 09 Sep 2002, 17:42:32

Title: Respawn in a vehicle??
Post 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?  ???
Title: Re:Respawn in a vehicle??
Post by: Backoff on 09 Sep 2002, 18:33:41
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
Title: Re:Respawn in a vehicle??
Post by: Anubis-LOC on 09 Sep 2002, 19:30:19
 :D Thanks a bunch Backoff. I appreciate it