Mapflag for auto-returning to town.

PunkBuster

New member
Messages
216
Points
0
I want to make mapflag that, when used, will make players return to town immediatelly after they die. The same effect that happens on War of Emperium.

 
you can use a script for that..

add this line

OnPCDieEvent:This special label triggers when a player dies. The variable 'killerrid' is set to the ID of the killer.
example:

Code:
OnPCDieEvent:	warp "SavePoint",0,0;end;
 
I guess that works, but if a mapflag could be made for this I think it would be useful in the future.

 
Will move to Source Requests then, since adding a full-blown custom mapflag is source related. Hope you'll get more luck there!

 
Last edited by a moderator:
Back
Top