From fc16781cf16e7acb12228b9a8feefac9a0e242b3 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 5 Mar 2015 20:48:15 +0300 Subject: rename function menu2 into menuint. --- npc/000-2-1/alige.txt | 2 +- npc/001-2-22/alige.txt | 2 +- npc/functions/input.txt | 2 +- 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; -- cgit v1.2.3-70-g09d2