1. sub EVENT_WAYPOINT {
  2. if(defined ($qglobals{"Night"})) {
  3. if($qglobals{"Night"} == 1) {
  4. quest::signalwith(51150,1,0);
  5. quest::depop();
  6. }
  7. }
  8. }