// TMW Script. // Author: // Jesusalva // Notes: // Christmas 2021 - Northen Lights Dungeon Entrance 081-1,68,30,0 script #0811Nexit NPC_HIDDEN,0,0,{ end; OnTouch: if (!isChristmas21()) end; /* We need to determine if instance exists and is needed */ X21INIT(); .@mapa$="0812@"+X21ID2(); warp .@mapa$, 90, 298; end; } 081-1,64,34,0 script #X21_SIGN01 NPC_NO_SPRITE,{ if (!isChristmas21()) end; npctalk3 l("Northern Lights Dungeon - Form a party to join or enter alone. Be careful!"); end; OnInit: .distance=5; end; }