Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
Guard_Lennon.pl - Quest File
General Info
Quest File
sub EVENT_SPAWN { quest::settimer(1,320); } sub EVENT_TIMER { $npc->SetAppearance(4); } sub EVENT_COMBAT { if($combat_state == 1) { quest::say("Don't think you'll get away from me so easily!"); } if($combat_state == 0) { quest::say("Serves you right, knave. This is what happens to those who break the law."); } }
Source: 17 Jan 2022
Quest Source: 28 May 2022