Re-Spawn Player from Trigger
by Chris Skinner · in Torque Game Engine · 04/12/2006 (7:27 am) · 1 replies
I am trying to set it up to where a player enters a trigger and he respawns back into the game. Any ideas would be greatly appreciated.
About the author
Associate Anthony Rosenbaum
%spawnpoint = pickSpawnPoint();
%obj.setTransform(%spawnPoint);
}