View Single Post
  #8  
Old 08-15-2015, 11:05 AM
kimura
Hill Giant
 
Join Date: Oct 2011
Posts: 132
Default

should be as simple as putting this in your global_player.pl file...(not tested though)

Code:
sub EVENT_DEATH {
	quest::level(1);
}
Reply With Quote