View Single Post
  #2  
Old 04-26-2008, 12:24 AM
Theeper
Discordant
 
Join Date: May 2004
Posts: 290
Default

Put the variable inside the event and it will work.
Code:
sub EVENT_DEATH {
    my $spawngroup = $npc->GetSp2();
    quest::say("spawngroup = $spawngroup");
}
Reply With Quote