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.");
}
}