View Single Post
  #2  
Old 09-13-2009, 05:55 PM
eqemuross
Hill Giant
 
Join Date: Sep 2008
Location: South Florida
Posts: 100
Default

Would this work? I have to run out, but Ill test it when I get back....

Code:
if ($text =~/ready/i)
 {
if quest::has_zone_flag(89);
quest::say ("Good luck...");
quest::emote ("opens a portal...");
quest::movepc(89, 235, 0, 41); 
else quest::say ("Please make the trade with Smedy first.");
 }

}
Reply With Quote