View Single Post
  #1  
Old 06-22-2009, 09:38 PM
joligario's Avatar
joligario
Developer
 
Join Date: Mar 2003
Posts: 1,498
Default Entering World vs. Entering Zone

Using templates\player.pl as a test bed.

Code:
sub EVENT_ENTERZONE {
  quest::shout("I have entered the zone!");
}
Does not show on my character's screen when first entering world, only upon zoning. Possible that it does not fire this event at all.
Reply With Quote