summaryrefslogtreecommitdiff
path: root/npc/001-2-23
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-2-23')
-rw-r--r--npc/001-2-23/doors.txt4
-rw-r--r--npc/001-2-23/ratto.txt2
2 files changed, 3 insertions, 3 deletions
diff --git a/npc/001-2-23/doors.txt b/npc/001-2-23/doors.txt
index ac0e5f61..abfa89cb 100644
--- a/npc/001-2-23/doors.txt
+++ b/npc/001-2-23/doors.txt
@@ -6,7 +6,7 @@
// Description:
// Doors NPCs.
-001-2-23,48,29,0 script DoorUpwards 32767,0,0,{
+001-2-23,48,29,0 script DoorUpwards#001-2-23 32767,0,0,{
OnTouch:
if (mobcount("001-2-23.gat","all") > 0) goto L_Warn;
@@ -35,7 +35,7 @@ L_Warp:
close;
}
-001-2-23,24,31,0 script LeftDoor 32767,0,0,{
+001-2-23,24,31,0 script LeftDoor#001-2-23 32767,0,0,{
OnTouch:
mesn "Narrator";
diff --git a/npc/001-2-23/ratto.txt b/npc/001-2-23/ratto.txt
index 5f42a802..6b22ed2b 100644
--- a/npc/001-2-23/ratto.txt
+++ b/npc/001-2-23/ratto.txt
@@ -17,7 +17,7 @@
// [8] = Shows how many seconds passed since ratto number 4 died.
// [9] = Shows how many seconds passed since the player started the quest.
-001-2-23,47,30,0 script RattosControl 32767,{
+001-2-23,47,30,0 script RattosControl#001-2-23 32767,{
OnSpawn:
areamonster "001-2-23.gat", 23, 19, 50, 40, "Ratto", 1005, 1, "RattosControl::OnRatto1Death";