summaryrefslogtreecommitdiff
path: root/npc/000-2-3/box.txt
diff options
context:
space:
mode:
authorHal9OOO <miglietta.francesco@gmail.com>2012-12-12 20:13:03 +0100
committerHal9OOO <miglietta.francesco@gmail.com>2012-12-12 20:13:03 +0100
commit1c649c767f9ed78429867f4fda4fcde4badb6495 (patch)
tree1ca7b1c4234a5daf709968ff5954376e054931b8 /npc/000-2-3/box.txt
parent6e1f9925d7c8c909c359b772425e16d7899770d2 (diff)
downloadserverdata-1c649c767f9ed78429867f4fda4fcde4badb6495.tar.gz
serverdata-1c649c767f9ed78429867f4fda4fcde4badb6495.tar.bz2
serverdata-1c649c767f9ed78429867f4fda4fcde4badb6495.tar.xz
serverdata-1c649c767f9ed78429867f4fda4fcde4badb6495.zip
Restore "InventoryPlace" check function.
Diffstat (limited to 'npc/000-2-3/box.txt')
-rw-r--r--npc/000-2-3/box.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/npc/000-2-3/box.txt b/npc/000-2-3/box.txt
index 85365600..507a1950 100644
--- a/npc/000-2-3/box.txt
+++ b/npc/000-2-3/box.txt
@@ -73,6 +73,10 @@ l_NoQuest:
mesq l("Now go outside and talk with Gugli, he'll tell you what we need.");
next;
+ set @item, 718;
+ set @count, 1;
+ callfunc "InventoryPlace", @item, @count;
+
setq ShipQuests_Nard, 1;
getitem "JohanneKey", 1;
@@ -84,6 +88,10 @@ l_Give:
mesn "Nard";
mesq l("You are now part of the crew. Thanks again for your help.");
+ set @item, 2900;
+ set @count, 1;
+ callfunc "InventoryPlace", @item, @count;
+
setq ShipQuests_Nard, 5;
getitem "Bandana", 1;
// Need to add a skill for the crew at this line.