sub EVENT_SPAWN { quest::settimer("L1",1); } sub EVENT_TIMER { if ($timer eq "L1") { $npc->SetAppearance(16); quest::stoptimer("L1"); } }