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

Something like:

Code:
if ($zonetime > 599 && $zonetime < 1900) {
        $client->Message(12, "The time is right");
        quest::selfcast(11);
    }
    else {
        $client->Message(13, "Be very afraid of the dark");
    }
Reply With Quote