summaryrefslogtreecommitdiff
path: root/npc/001-2-26/ivan.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-2-26/ivan.txt')
-rw-r--r--npc/001-2-26/ivan.txt11
1 files changed, 5 insertions, 6 deletions
diff --git a/npc/001-2-26/ivan.txt b/npc/001-2-26/ivan.txt
index 93c82398..4cfb170d 100644
--- a/npc/001-2-26/ivan.txt
+++ b/npc/001-2-26/ivan.txt
@@ -59,11 +59,12 @@
speech 4, l("Yes what do you need?");
- menuint rif(.@enora == 8, l("The Legion needs some potions.")), 1,
- rif(.@enora >= 8, l("Who are you?")), 2,
- menuaction(l("Quit")), 3;
+ select
+ rif(.@enora == 8, l("The Legion needs some potions.")),
+ rif(.@enora >= 8, l("Who are you?")),
+ menuaction(l("Quit"));
- switch (@menuret)
+ switch (@menu)
{
case 1:
enora_quest;
@@ -71,8 +72,6 @@
case 2:
ivan_description;
break;
- case 3:
- break;
}
closedialog;