peq-quests/potactics/_.pl
2015-03-14 16:18:39 -04:00

12 lines
No EOL
170 B
Perl

sub EVENT_SPAWN {
quest::settimer(1,10);
}
sub EVENT_TIMER {
if ($timer == 1) {
$npc->SetAppearance(3);
quest::stoptimer(1);
}
}
# corpse in the pit in PoTactics