summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-03-05 20:48:15 +0300
committerAndrei Karas <akaras@inbox.ru>2015-03-05 20:48:15 +0300
commitfc16781cf16e7acb12228b9a8feefac9a0e242b3 (patch)
tree26aebc4bffcb8d96a090407659ee874d96437469
parent0b4156877e7e47edb1233b3bca3aa33dca5346f8 (diff)
downloadserverdata-fc16781cf16e7acb12228b9a8feefac9a0e242b3.tar.gz
serverdata-fc16781cf16e7acb12228b9a8feefac9a0e242b3.tar.bz2
serverdata-fc16781cf16e7acb12228b9a8feefac9a0e242b3.tar.xz
serverdata-fc16781cf16e7acb12228b9a8feefac9a0e242b3.zip
rename function menu2 into menuint.
-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;