Thread
:
Anyway to set a player level 1 after death?
View Single Post
#
8
08-15-2015, 11:05 AM
kimura
Hill Giant
Join Date: Oct 2011
Posts: 132
should be as simple as putting this in your global_player.pl file...(not tested though)
Code:
sub EVENT_DEATH { quest::level(1); }
kimura
View Public Profile
Send a private message to kimura
Find all posts by kimura