summaryrefslogtreecommitdiff
path: root/npc/001-2-41/edouard.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-2-41/edouard.txt')
-rw-r--r--npc/001-2-41/edouard.txt16
1 files changed, 8 insertions, 8 deletions
diff --git a/npc/001-2-41/edouard.txt b/npc/001-2-41/edouard.txt
index 926c4758..ea7ce202 100644
--- a/npc/001-2-41/edouard.txt
+++ b/npc/001-2-41/edouard.txt
@@ -127,14 +127,14 @@ OnChair:
do
{
- menuint
- l("What is my current hairstyle and hair color?"), 1,
- l("I'd like to get a different style."), 2,
- l("Can you do something with my color?"), 3,
- l("What's your story again?"), 4,
- l("I'm fine for now, thank you."), 5;
-
- switch (@menuret)
+ select
+ l("What is my current hairstyle and hair color?"),
+ l("I'd like to get a different style."),
+ l("Can you do something with my color?"),
+ l("What's your story again?"),
+ l("I'm fine for now, thank you.");
+
+ switch (@menu)
{
case 1:
BarberSayStyle 3;