summaryrefslogtreecommitdiff
path: root/npc/001-2-26
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-02-26 15:39:22 +0300
committerAndrei Karas <akaras@inbox.ru>2016-02-26 15:39:22 +0300
commit303eaddac902ad0967a905454a7c029b870991c0 (patch)
tree8c0895d4c581ff9762d1c6e4043f1dd13756b7be /npc/001-2-26
parent97eba08101dc1cc83b0b8f9037c94773e47fe2bb (diff)
downloadserverdata-303eaddac902ad0967a905454a7c029b870991c0.tar.gz
serverdata-303eaddac902ad0967a905454a7c029b870991c0.tar.bz2
serverdata-303eaddac902ad0967a905454a7c029b870991c0.tar.xz
serverdata-303eaddac902ad0967a905454a7c029b870991c0.zip
Add menuaction script function. Replace all action string to this function.
Also fix other usage of chars "[]".
Diffstat (limited to 'npc/001-2-26')
-rw-r--r--npc/001-2-26/ivan.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/001-2-26/ivan.txt b/npc/001-2-26/ivan.txt
index 42706804..45a45db8 100644
--- a/npc/001-2-26/ivan.txt
+++ b/npc/001-2-26/ivan.txt
@@ -61,7 +61,7 @@
menuint rif(.@enora == 8, l("The Legion need some potions.")), 1,
rif(.@enora >= 8, l("Who are you?")), 2,
- l("[Quit]"), 3;
+ menuaction(l("Quit")), 3;
switch (@menuret)
{