summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/000-2-1/alige.txt2
-rw-r--r--npc/001-2-22/alige.txt2
-rw-r--r--npc/functions/input.txt2
3 files changed, 3 insertions, 3 deletions
diff --git a/npc/000-2-1/alige.txt b/npc/000-2-1/alige.txt
index 34fc7912..0b105a0d 100644
--- a/npc/000-2-1/alige.txt
+++ b/npc/000-2-1/alige.txt
@@ -167,7 +167,7 @@ L_Accepted:
L_GiveFood:
mes "";
- menu2
+ menuint
rif(countitemcolor(501, 1), l(getitemname("Acorn"))), 0,
rif(countitemcolor(502, 1), l(getitemname("Bread"))), 502,
rif(countitemcolor(503, 1), l(getitemname("Fungus"))), 503,
diff --git a/npc/001-2-22/alige.txt b/npc/001-2-22/alige.txt
index a003f252..7ee56731 100644
--- a/npc/001-2-22/alige.txt
+++ b/npc/001-2-22/alige.txt
@@ -171,7 +171,7 @@ L_Accepted:
L_GiveFood:
mes "";
- menu2
+ menuint
rif(countitemcolor(501, 1), l(getitemname("Acorn"))), 0,
rif(countitemcolor(502, 1), l(getitemname("Bread"))), 502,
rif(countitemcolor(503, 1), l(getitemname("Fungus"))), 503,
diff --git a/npc/functions/input.txt b/npc/functions/input.txt
index c380940c..f71b7ae7 100644
--- a/npc/functions/input.txt
+++ b/npc/functions/input.txt
@@ -6,7 +6,7 @@
// Variables:
// none
-function script menu2 {
+function script menuint {
deletearray .@vals;
.@menustr$ = "";
.@cnt = 0;