summaryrefslogtreecommitdiff
path: root/npc/000-1/tibbo.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/000-1/tibbo.txt')
-rw-r--r--npc/000-1/tibbo.txt15
1 files changed, 4 insertions, 11 deletions
diff --git a/npc/000-1/tibbo.txt b/npc/000-1/tibbo.txt
index c601f364..448662ba 100644
--- a/npc/000-1/tibbo.txt
+++ b/npc/000-1/tibbo.txt
@@ -40,8 +40,10 @@
mesq l("Bring this box to Gugli. He will be extremely happy!");
next;
- getinventorylist;
- if ((checkweight("AquadaBox", 1) == 0) || (@inventorylist_count == 100)) goto l_Inventory;
+ set @item, 714;
+ set @count, 1;
+ callfunc "InventoryPlace", @item, @count;
+
setq ShipQuests_Tibbo, 1;
getitem "AquadaBox", 1;
@@ -73,15 +75,6 @@ l_CallFunc:
close;
-l_Inventory;
- mes "";
- mesn;
- mesq l("It looks like you can't carry anymore of these boxes for now.");
- next;
- mesq l("You should come back when you'll have some free space.");
-
- close;
-
l_Top:
mes "";
mesn;