View Single Post
  #7  
Old 04-17-2009, 01:53 PM
Randymarsh9
Dragon
 
Join Date: Dec 2007
Posts: 658
Default

Another quick question, if I wanted a monster to spawn based on the person's class that enters the zone, would I just do something like if
Code:
if ($class eq "Warrior"){
quest::spawn(ID,0,0,x,y,z)
}
in the sub event_enterzone and repeat that for other classes using elsif?
Reply With Quote