diff options
author | Hal9000 <miglietta.francesco@gmail.com> | 2013-03-07 23:11:57 +0100 |
---|---|---|
committer | Hal9000 <miglietta.francesco@gmail.com> | 2013-03-07 23:11:57 +0100 |
commit | 0306a734bd5a102052758910a5711aeb508b0b3d (patch) | |
tree | b25e1fd428ea3e75f05c45494e647e77ce7ae36c | |
parent | 306977a5a73fc9f4de0de6a3861bbb6cdac636a2 (diff) | |
download | clientdata-0306a734bd5a102052758910a5711aeb508b0b3d.tar.gz clientdata-0306a734bd5a102052758910a5711aeb508b0b3d.tar.bz2 clientdata-0306a734bd5a102052758910a5711aeb508b0b3d.tar.xz clientdata-0306a734bd5a102052758910a5711aeb508b0b3d.zip |
NPC dialogue revamp. LaJohanne Door script reviewed.
-rw-r--r-- | npc/000-2-0/doors.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/000-2-0/doors.txt b/npc/000-2-0/doors.txt index ce4ad031..f9a4aefa 100644 --- a/npc/000-2-0/doors.txt +++ b/npc/000-2-0/doors.txt @@ -49,8 +49,8 @@ l_GotoNard: close; l_End: - mesn "Narrator"; - mes col(l("The door is locked."), 9); + npctalk "The door is locked."; + close; } |