Code:
sub EVENT_SAY
{
quest::signalwith("$npc->GetNPCTypeID(), 1, 0);
quest::signalwith("$npc->GetNPCTypeID(), 2, 0);
}
sub EVENT_SIGNAL
{
if ($signal eq "1")
{
quest::shout("Casting SoW and SoE for donations behind the main bank!");
}
if ($signal eq "2")
{
quest::shout("Signal 2!");
}
}
quick example of multiple signals with shouts..