From e35411d8099046cb7221ff2d9546fe3e97eec9c6 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 29 Nov 2021 00:01:32 -0300 Subject: Add a warning about instance system, but Santa likely will explain this as well --- npc/081-1/dungeon.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/npc/081-1/dungeon.txt b/npc/081-1/dungeon.txt index 0e697cf9..d0d87e18 100644 --- a/npc/081-1/dungeon.txt +++ b/npc/081-1/dungeon.txt @@ -17,4 +17,13 @@ OnTouch: end; } +081-1,64,34,0 script #X21_SIGN01 NPC_NO_SPRITE,{ + if (!isChristmas21()) end; + npctalk3 l("Northen Lights Dungeon - Form a party to join or enter alone. Be careful!"); + end; +OnInit: + .distance=5; + end; +} + -- cgit v1.2.3-70-g09d2