From 39ec8e5a83489ce1283ac1c61cc86cbb283f412a Mon Sep 17 00:00:00 2001 From: Kess Vargavind Date: Tue, 2 Jun 2009 03:13:50 +0200 Subject: Turn a few more 'close' into labels --- npc/010-2_Dimonds_Cove/doug.txt | 3 ++- npc/015-1_Woodland/alice.txt | 2 +- npc/019-1_Snow_field/taro.txt | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) (limited to 'npc') 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: -- cgit v1.2.3-70-g09d2