diff options
author | Reid <reidyaro@gmail.com> | 2012-12-28 17:52:47 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-12-28 17:52:47 +0100 |
commit | 41b56b3797261ba98541f6bff9de18cbc5202119 (patch) | |
tree | b28ccb533104a472a7e05497c57f1e728c719162 /npc | |
parent | 8001530014f46f14c58396cd324e7d7b5e3222ef (diff) | |
download | clientdata-41b56b3797261ba98541f6bff9de18cbc5202119.tar.gz clientdata-41b56b3797261ba98541f6bff9de18cbc5202119.tar.bz2 clientdata-41b56b3797261ba98541f6bff9de18cbc5202119.tar.xz clientdata-41b56b3797261ba98541f6bff9de18cbc5202119.zip |
Remove useless loop on starting dialogue of arpan.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-2-1/arpan.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/000-2-1/arpan.txt b/npc/000-2-1/arpan.txt index 22f035ec..2e48fe87 100644 --- a/npc/000-2-1/arpan.txt +++ b/npc/000-2-1/arpan.txt @@ -122,7 +122,7 @@ l_OhWell: next; menu - l("And then what happened?"), l_Story; + l("And then what happened?"), -; l_Story: mes ""; @@ -136,6 +136,8 @@ l_Story: next; restorecam; + close; + l_Menu: mesq l("What yeye could I do for you today?"); next; |