diff options
Diffstat (limited to 'npc/002-2')
-rw-r--r-- | npc/002-2/doors.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/npc/002-2/doors.txt b/npc/002-2/doors.txt index d22e02669..b949c463b 100644 --- a/npc/002-2/doors.txt +++ b/npc/002-2/doors.txt @@ -1,8 +1,13 @@ +// TMW2 Script +// Authors: +// Jesusalva +// // Evol scripts. // Authors: // Ablu // Alastrim // Reid +// // Description: // Doors NPCs. @@ -41,6 +46,8 @@ L_Warp: 002-2,24,31,0 script LeftDoor NPC_HIDDEN,0,0,{ OnTouch: + dispbottom l("I can't go there now."); + end; mesn "Narrator"; mes col(l("It seems that you need a key to open this door."), 9); next; |