View Single Post
  #8  
Old 12-31-2007, 03:41 AM
Cripp's Avatar
Cripp
Discordant
 
Join Date: Oct 2003
Location: The Shire
Posts: 474
Default

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..
__________________
Nug Blazers - ServerOP / founder
^^comming... later!

www.nugblazers.com
Reply With Quote