diff options
author | Reid Yaro <reidyaro@gmail.com> | 2013-05-26 18:58:14 +0100 |
---|---|---|
committer | Reid Yaro <reidyaro@gmail.com> | 2013-05-26 18:58:14 +0100 |
commit | 01c47d4231848107c45ca42cacaf5b04ad4dbfdf (patch) | |
tree | 8af1dba85f408981ca83106b318442dafee389ae /npc/000-1/tibbo.txt | |
parent | 0600dbd079c7aeb343044e0bac8afcd824e0e03c (diff) | |
download | serverdata-01c47d4231848107c45ca42cacaf5b04ad4dbfdf.tar.gz serverdata-01c47d4231848107c45ca42cacaf5b04ad4dbfdf.tar.bz2 serverdata-01c47d4231848107c45ca42cacaf5b04ad4dbfdf.tar.xz serverdata-01c47d4231848107c45ca42cacaf5b04ad4dbfdf.zip |
Add argument on inventoryplace.
Diffstat (limited to 'npc/000-1/tibbo.txt')
-rw-r--r-- | npc/000-1/tibbo.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/npc/000-1/tibbo.txt b/npc/000-1/tibbo.txt index 6dc57c2d..96eeae6a 100644 --- a/npc/000-1/tibbo.txt +++ b/npc/000-1/tibbo.txt @@ -39,9 +39,7 @@ mesq l("Bring this box to Gugli. He will be extremely happy!"); next; - set @item, 714; - set @count, 1; - callfunc "InventoryPlace", @item, @count; + callfunc "InventoryPlace", 714, 1; setq ShipQuests_Tibbo, 1; getitem "AquadaBox", 1; |