diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-21 23:47:47 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-21 23:47:47 -0300 |
commit | 4b41a21fd62b77ae391c10980ebeb51778289378 (patch) | |
tree | 1ba26c75510d19ca0ba60e0daefcf7461904a1d4 /npc/002-2 | |
parent | ad1b31ab93f3a2ca29cd2d068e6967d07459cb69 (diff) | |
download | serverdata-4b41a21fd62b77ae391c10980ebeb51778289378.tar.gz serverdata-4b41a21fd62b77ae391c10980ebeb51778289378.tar.bz2 serverdata-4b41a21fd62b77ae391c10980ebeb51778289378.tar.xz serverdata-4b41a21fd62b77ae391c10980ebeb51778289378.zip |
Inconsistencies
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; |