diff options
Diffstat (limited to 'npc/020-1_Nivalis/well.txt')
-rwxr-xr-x | npc/020-1_Nivalis/well.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/npc/020-1_Nivalis/well.txt b/npc/020-1_Nivalis/well.txt index 4c200be8..ed025a0f 100755 --- a/npc/020-1_Nivalis/well.txt +++ b/npc/020-1_Nivalis/well.txt @@ -53,7 +53,8 @@ L_trew: mes "[Mysterious voice inside the well]"; mes "\" "+ @quote$ +"\""; next; - menu "Who are you?", -, + menu + "Who are you?", -, "How did you get there?", -, "Do you need help?", -; @@ -94,7 +95,8 @@ S_Update_Var: mes "\"Hello!\""; if(@Q_status == 2) close; if(@Q_status == 1) - menu "Hello.", -, + menu + "Hello.", -, "Hello, Can you help me?", L_HELP; close; L_HELP: |