help implenting save feature (trigger_teleport isolating specific player)

bob+M|M+

L6: Sharp Member
Mar 31, 2008
346
394
I'm trying to get this to work for checkpoint save feature in a jump map. which means I can't use cap points, since this is individual-based progress.

when a player reaches a checkpoint, I give him the name "333" so that when he dies and spawns again, he will immediately teleport back to that checkpoint using trigger_teleport and filter_activator_class. This part I've done and it works great, but I also want to prevent other players from using this teleport when activated at the spawn

Apparently the "Filter Name" in trigger_teleport seems have no effect on anything, so I have to use a filter_activator_name to turn on and off the teleport, which means if player1 and player2 are in that teleport area at the same time, they will both be teleported.

so that's my dilemma.. I've also thought about using teleport doors near the spawn, but I much rather the effect be immediate.

any comments, ideas, suggestions appreciated!

thanks,
bob
 
Last edited:

bob+M|M+

L6: Sharp Member
Mar 31, 2008
346
394
it's a pretty lame method, but I think it'll get the job done. I'm using trigger_push to push people away from the place they spawn, and using trigger_multiple/trigger_teleport for each spawn point that tests the filter_activator_name. 16 players x 2entities for each x 9checkpoints = 288 entities. hopefully it won't be a problem..
 
Last edited: