sub EVENT_SAY { if($text=~/hail/i) { quest::say("[Lguk]?"); } if($text=~/lguk/i) { quest::movepc(zoneid,dest_x,dest_y,dest_z); } }