mirror of
https://github.com/ProjectEQ/projecteqquests
synced 2026-08-12 00:26:10 -04:00
8 lines
No EOL
136 B
Perl
8 lines
No EOL
136 B
Perl
sub EVENT_SPAWN {
|
|
quest::settimer("appearance", 1);
|
|
}
|
|
|
|
sub EVENT_TIMER {
|
|
quest::stoptimer("appearance");
|
|
$npc->SetAppearance(3);
|
|
} |