summaryrefslogtreecommitdiff
path: root/npc/000-2-3
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-2-3
parent20b5d9f038500418170337a4a3b85846d3b677b8 (diff)
downloadclientdata-da54f2f9c80ed067b8e8447c2a03029b55cf681f.tar.gz
clientdata-da54f2f9c80ed067b8e8447c2a03029b55cf681f.tar.bz2
clientdata-da54f2f9c80ed067b8e8447c2a03029b55cf681f.tar.xz
clientdata-da54f2f9c80ed067b8e8447c2a03029b55cf681f.zip
Call all functions directly (without callfunc).
Diffstat (limited to 'npc/000-2-3')
-rw-r--r--npc/000-2-3/box.txt4
-rw-r--r--npc/000-2-3/nard.txt2
2 files changed, 3 insertions, 3 deletions
diff --git a/npc/000-2-3/box.txt b/npc/000-2-3/box.txt
index 8ec15cca..f4bf2d1b 100644
--- a/npc/000-2-3/box.txt
+++ b/npc/000-2-3/box.txt
@@ -74,7 +74,7 @@ L_NoQuest:
mesq l("Now go outside and talk with Gugli, he'll tell you what provisions we need.");
next;
- callfunc "InventoryPlace", 718, 1;
+ InventoryPlace 718, 1;
setq ShipQuests_Nard, 1;
getitem "JohanneKey", 1;
@@ -86,7 +86,7 @@ L_Give:
mesn "Nard";
mesq l("Congrats, you are now part of the crew. Thanks again for your help.");
- callfunc "InventoryPlace", 2900, 1;
+ InventoryPlace 2900, 1;
setq ShipQuests_Nard, 5;
getitem "Bandana", 1;
diff --git a/npc/000-2-3/nard.txt b/npc/000-2-3/nard.txt
index e5106df4..6836d2b0 100644
--- a/npc/000-2-3/nard.txt
+++ b/npc/000-2-3/nard.txt
@@ -101,7 +101,7 @@ L_NeedContent:
mesq l("Now go outside and talk with Gugli, he'll tell you what we need.");
next;
- callfunc "InventoryPlace", 718, 1;
+ InventoryPlace 718, 1;
setq ShipQuests_Nard, 1;
getitem "JohanneKey", 1;