Winters 1 Posted April 17, 2003 Hello all, anyway to make a guy respawn inside a helo? thanks for the help Share this post Link to post Share on other sites
bn880 5 Posted April 17, 2003 Hi, I think you can run a script that waits for the person to die: #DEATH @!(alive Player) then wait when Player is alive again: @alive Player stick him into the chopper: Player moveInCargo chopper; goto "DEATH"; Anyway, not tested, but should be ok. Other than that you can istall a KILLED event handler on the player instead of the first @!alive Player, do the rest inside. Share this post Link to post Share on other sites
Winters 1 Posted April 17, 2003 thnx i will try it out. Share this post Link to post Share on other sites