diff options
Diffstat (limited to 'npc/000-2-2/doors.txt')
-rw-r--r-- | npc/000-2-2/doors.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/000-2-2/doors.txt b/npc/000-2-2/doors.txt index 1dbef8328..6c50db882 100644 --- a/npc/000-2-2/doors.txt +++ b/npc/000-2-2/doors.txt @@ -6,7 +6,7 @@ // Description: // Doors NPCs. -000-2-2,48,29,0 script DoorUpwards NPC_HIDDEN,0,0,{ +000-2-2,48,29,0 script DoorUpwards#000-2-2 NPC_HIDDEN,0,0,{ OnTouch: if (mobcount("000-2-2","all") > 0) goto L_Warn; @@ -35,7 +35,7 @@ L_Warp: close; } -000-2-2,24,31,0 script LeftDoor NPC_HIDDEN,0,0,{ +000-2-2,24,31,0 script LeftDoor#000-2-2 NPC_HIDDEN,0,0,{ OnTouch: mesn "Narrator"; |