mirror of
https://github.com/ProjectEQ/projecteqquests
synced 2026-08-12 00:26:10 -04:00
12 lines
No EOL
170 B
Perl
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 |