summaryrefslogtreecommitdiff
path: root/npc/001-2-12/oscar.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-2-12/oscar.txt')
-rw-r--r--npc/001-2-12/oscar.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/npc/001-2-12/oscar.txt b/npc/001-2-12/oscar.txt
index b604730a..a3247b84 100644
--- a/npc/001-2-12/oscar.txt
+++ b/npc/001-2-12/oscar.txt
@@ -113,12 +113,12 @@
do
{
- menuint
- l("Could you bleach my clothes?"), 1,
- l("Do you live here alone?"), 2,
- menuaction(l("Quit")), 3;
+ select
+ l("Could you bleach my clothes?"),
+ l("Do you live here alone?"),
+ menuaction(l("Quit"));
- switch (@menuret)
+ switch (@menu)
{
case 1:
remove_cards_from_item();
@@ -131,7 +131,7 @@
break;
}
- } while (@menuret != 3);
+ } while (@menu != 3);
closedialog;
goodbye;