diff options
Diffstat (limited to 'npc/pre-re/guides/guides_umbala.txt')
-rw-r--r-- | npc/pre-re/guides/guides_umbala.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/pre-re/guides/guides_umbala.txt b/npc/pre-re/guides/guides_umbala.txt index 1b909473f..c2b6c509c 100644 --- a/npc/pre-re/guides/guides_umbala.txt +++ b/npc/pre-re/guides/guides_umbala.txt @@ -50,12 +50,12 @@ umbala,128,94,4 script Adventurer#um 4_F_GON,{ mes "You're welcome to ask me about the"; mes "locations of buildings."; next; - switch(select("Locations of buildings.:Remove marks on the mini map.:Quit.")) { + switch(select("Locations of buildings.", "Remove marks on the mini map.", "Quit.")) { case 1: mes "[Adventurer]"; mes "So, which one do you want to check?"; next; - switch(select("Chief's House:Shaman's House:Weapon Shop:Tool Shop:Bungee Jump Place:Cancel")) { + switch(select("Chief's House", "Shaman's House", "Weapon Shop", "Tool Shop", "Bungee Jump Place", "Cancel")) { case 1: mes "[Adventurer]"; mes "I have made a ^FF3355+^000000 mark"; |