summaryrefslogtreecommitdiff
path: root/npc/scripts.conf
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-03-05 14:00:56 +0300
committerAndrei Karas <akaras@inbox.ru>2015-03-05 14:00:56 +0300
commit0b4156877e7e47edb1233b3bca3aa33dca5346f8 (patch)
treee4b249b155b5a966a7ba350406cd85336f98fe5c /npc/scripts.conf
parent0e8bb3d3c73ac9fb86330f7526c4a1628c4dc6ca (diff)
downloadserverdata-0b4156877e7e47edb1233b3bca3aa33dca5346f8.tar.gz
serverdata-0b4156877e7e47edb1233b3bca3aa33dca5346f8.tar.bz2
serverdata-0b4156877e7e47edb1233b3bca3aa33dca5346f8.tar.xz
serverdata-0b4156877e7e47edb1233b3bca3aa33dca5346f8.zip
Add function menu2 for return some missing features.
Example: menu2 "test 1", 10, "test 2", 20; If select "test 1", will set @menuret to 10, and @menu to 1 If select "test 2", will set @menuret to 20, and @menu to 2
Diffstat (limited to 'npc/scripts.conf')
-rw-r--r--npc/scripts.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/scripts.conf b/npc/scripts.conf
index eeb92856..c5b3a457 100644
--- a/npc/scripts.conf
+++ b/npc/scripts.conf
@@ -10,6 +10,7 @@ npc: npc/functions/clientversion.txt
npc: npc/functions/doors.txt
npc: npc/functions/hammocks.txt
npc: npc/functions/harbours.txt
+npc: npc/functions/input.txt
npc: npc/functions/inventoryplace.txt
npc: npc/functions/goodbye.txt
npc: npc/functions/sailordialogue.txt