summaryrefslogtreecommitdiff
path: root/npc/081-1/dungeon.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-11-29 00:01:32 -0300
committerJesusaves <cpntb1@ymail.com>2021-11-29 00:01:32 -0300
commite35411d8099046cb7221ff2d9546fe3e97eec9c6 (patch)
tree4edeee0d6e3dd074160172c67a8378ecd057ddd0 /npc/081-1/dungeon.txt
parent5a1e74b50dd8840a0b685bb44860dbe67db6ebae (diff)
downloadserverdata-e35411d8099046cb7221ff2d9546fe3e97eec9c6.tar.gz
serverdata-e35411d8099046cb7221ff2d9546fe3e97eec9c6.tar.bz2
serverdata-e35411d8099046cb7221ff2d9546fe3e97eec9c6.tar.xz
serverdata-e35411d8099046cb7221ff2d9546fe3e97eec9c6.zip
Add a warning about instance system, but Santa likely will explain this as well
Diffstat (limited to 'npc/081-1/dungeon.txt')
-rw-r--r--npc/081-1/dungeon.txt9
1 files changed, 9 insertions, 0 deletions
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;
+}
+