View Single Post
  #2  
Old 11-14-2014, 03:30 PM
rencro
Hill Giant
 
Join Date: Sep 2008
Location: So. California
Posts: 219
Default

[quote]
Code:
sub EVENT_ENTERZONE{
  if ($zonetime > 599 || $zonetime < 1900) { 
  quest::selfcast(11);
  }
  }
Your if statement will always be true regardless of the time.
Reply With Quote