// TMW Script. // Author: // Jesusalva // Notes: // Christmas 2021 - Northen Lights Dungeon 081-2,90,20,0 script #0812Nexit NPC_HIDDEN,0,0,{ end; OnTouch: if (!isChristmas21()) end; /* We need to determine if instance exists and is needed */ X21INIT(); .@mapn$="0813@"+X21ID2(); warp .@mapn$, 44, 49; // FIXME: Cleanup if inst returns -4 //doevent instance_npcname("Pentagram#Xmas21A", .@inst)+"::OnClean"; end; }