summaryrefslogtreecommitdiff
path: root/npc/000-1/tibbo.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-12-02 20:13:08 +0300
committerAndrei Karas <akaras@inbox.ru>2014-12-02 20:13:08 +0300
commitda54f2f9c80ed067b8e8447c2a03029b55cf681f (patch)
treeec23087395f99cecc9eb3eb17baf1ca056f96321 /npc/000-1/tibbo.txt
parent20b5d9f038500418170337a4a3b85846d3b677b8 (diff)
downloadserverdata-da54f2f9c80ed067b8e8447c2a03029b55cf681f.tar.gz
serverdata-da54f2f9c80ed067b8e8447c2a03029b55cf681f.tar.bz2
serverdata-da54f2f9c80ed067b8e8447c2a03029b55cf681f.tar.xz
serverdata-da54f2f9c80ed067b8e8447c2a03029b55cf681f.zip
Call all functions directly (without callfunc).
Diffstat (limited to 'npc/000-1/tibbo.txt')
-rw-r--r--npc/000-1/tibbo.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/000-1/tibbo.txt b/npc/000-1/tibbo.txt
index 31e99250..31a92759 100644
--- a/npc/000-1/tibbo.txt
+++ b/npc/000-1/tibbo.txt
@@ -40,7 +40,7 @@
mesq l("Bring this box to Gugli. He will be extremely happy!");
next;
- callfunc "InventoryPlace", 714, 1;
+ InventoryPlace 714, 1;
setq ShipQuests_Tibbo, 1;
getitem "AquadaBox", 1;
@@ -52,7 +52,7 @@
goto L_Close;
L_CallFunc:
- callfunc "SailorFood";
+ SailorFood;
menu
rif(getq(ShipQuests_Gugli) > 1, l("Task is done.")), L_TaskDone,
@@ -109,7 +109,7 @@ L_TaskDone:
close;
L_Close:
- callfunc "GoodBye";
+ GoodBye;
close;
OnInit: