mirror of
https://github.com/ProjectEQ/projecteqquests
synced 2026-08-12 00:26:10 -04:00
12 lines
No EOL
235 B
Perl
12 lines
No EOL
235 B
Perl
sub EVENT_SPAWN
|
|
{
|
|
$x = $npc->GetX();
|
|
$y = $npc->GetY();
|
|
quest::set_proximity($x - 10, $x + 10, $y - 10, $y + 10);
|
|
}
|
|
|
|
sub EVENT_ENTER
|
|
{
|
|
quest::spawn2(228113,0,0,0,0,0,0); # NPC: #drunk_counter
|
|
quest::depop_withtimer();
|
|
} |