Trying to make it so when a player has a specified qglobal it will change their race and when they zone it will continue to check and change it again....
	Code:
	sub EVENT_ZONE{
	if($qglobals{"zombie1"} == 1){
		quest::playerrace(70);
		}
}
 this isn't working for some reason when its in my global_player.pl