Thread: gloabl help
View Single Post
  #1  
Old 02-10-2015, 08:31 PM
Maceblade
Hill Giant
 
Join Date: Jun 2010
Posts: 231
Default gloabl help

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
Reply With Quote