So would it appear like this Dungeon:
	Code:
	sub EVENT_TIMER
{
if ($timer eq "atimer")
  {
my $target = #see list below
	if ($target) {
	$npc->SpellFinished(7983,$target);
}
	quest::stoptimer("atimer");
	quest::settimer("atimer2",10);
  }
 or would 
	Code:
	my $target = #see list below
  be at the very top? Sorry im trying to learn this, I have literally no back ground in this stuff at all lol