Hi all,
I'm trying to do the following but it doesn't work:
Quote:
sub EVENT_TIMER{
if ($timer eq "underground")
{
quest::emote(" sighs deeply, sigh another shipment soon.");
my $barkeep = $entity_list->GetMobByNpcTypeID(10064);
$barkeep->Say("Another busy day Harlink?");
quest::say("Too busy, I'm not sure what these items are the [Dervishes] need but if I have to move any more of these crates my back may finally go on me!");
$barkeep->Say("Business is business, but i'd never trade with those Dervishes.");
}
}
|
Works fine if I move it into a hail for EVENT_SAY but not a TIMER