peq-quests/hatesfury/#drunk_trigger.pl
2019-03-25 19:12:38 -05:00

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();
}