summaryrefslogtreecommitdiff
path: root/npc/000-2-1
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2012-12-03 00:41:17 +0100
committerReid <reidyaro@gmail.com>2012-12-03 00:41:17 +0100
commit361331cbdcdd12577e992c69383ae0e31929512c (patch)
tree20a3e4367055716219536ba685910ec6140c59a0 /npc/000-2-1
parent9859a4a8bd1227090e8d7de8b6d52488761d9e80 (diff)
downloadserverdata-361331cbdcdd12577e992c69383ae0e31929512c.tar.gz
serverdata-361331cbdcdd12577e992c69383ae0e31929512c.tar.bz2
serverdata-361331cbdcdd12577e992c69383ae0e31929512c.tar.xz
serverdata-361331cbdcdd12577e992c69383ae0e31929512c.zip
Add new function in every script where getitem is called.
Diffstat (limited to 'npc/000-2-1')
-rw-r--r--npc/000-2-1/chest.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/000-2-1/chest.txt b/npc/000-2-1/chest.txt
index 74f859e2..680f9e98 100644
--- a/npc/000-2-1/chest.txt
+++ b/npc/000-2-1/chest.txt
@@ -22,6 +22,10 @@
l_Give:
if (@q > 1) goto l_Close;
+ set @item, 1300;
+ set @count, 2;
+ callfunc "InventoryPlace", @item, @count;
+
setq ShipQuests_Arpan, 2;
getitem "CreasedShirt", 1;
getitem "CreasedShorts", 1;