diff options
author | Kess Vargavind <vargavind@gmail.com> | 2009-06-02 03:13:50 +0200 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-06-02 08:33:15 -0600 |
commit | 39ec8e5a83489ce1283ac1c61cc86cbb283f412a (patch) | |
tree | e2c9e4fda6d9d09fab42188adb919b92ba0f1297 /npc | |
parent | bcdb08846dbc572d7d0ed09d8ab02193ada5f6a3 (diff) | |
download | serverdata-39ec8e5a83489ce1283ac1c61cc86cbb283f412a.tar.gz serverdata-39ec8e5a83489ce1283ac1c61cc86cbb283f412a.tar.bz2 serverdata-39ec8e5a83489ce1283ac1c61cc86cbb283f412a.tar.xz serverdata-39ec8e5a83489ce1283ac1c61cc86cbb283f412a.zip |
Turn a few more 'close' into labels
Diffstat (limited to 'npc')
-rw-r--r-- | npc/010-2_Dimonds_Cove/doug.txt | 3 | ||||
-rw-r--r-- | npc/015-1_Woodland/alice.txt | 2 | ||||
-rw-r--r-- | npc/019-1_Snow_field/taro.txt | 2 |
3 files changed, 4 insertions, 3 deletions
diff --git a/npc/010-2_Dimonds_Cove/doug.txt b/npc/010-2_Dimonds_Cove/doug.txt index adac3f97..366a642a 100644 --- a/npc/010-2_Dimonds_Cove/doug.txt +++ b/npc/010-2_Dimonds_Cove/doug.txt @@ -36,7 +36,8 @@ L_Question: next; menu "Yes", L_Sure, - "No", close; + "No", -; + close; L_Sure: set CaveSnakeLamp, 1; diff --git a/npc/015-1_Woodland/alice.txt b/npc/015-1_Woodland/alice.txt index 277dba01..125cc104 100644 --- a/npc/015-1_Woodland/alice.txt +++ b/npc/015-1_Woodland/alice.txt @@ -74,7 +74,7 @@ L_cat: mes "[Alice]"; mes "\"You would have to tame her first. Maybe she's thirsty or hungry. Cats also tend to get bored without something to play with. Good luck!\""; next; - menu "Thank you so much!", close, + menu "Thank you so much!", L_close, "Are you crazy? Taming a cat?", -; mes "[Alice]"; mes "\"Well, it's up to you.\""; diff --git a/npc/019-1_Snow_field/taro.txt b/npc/019-1_Snow_field/taro.txt index f2170390..3d1b4b03 100644 --- a/npc/019-1_Snow_field/taro.txt +++ b/npc/019-1_Snow_field/taro.txt @@ -13,7 +13,7 @@ next; menu "Ok", L_Warp, - "Just give me one more minute.", close; + "Just give me one more minute.", -; close; L_Santa: |