summaryrefslogtreecommitdiff
path: root/npc/000-1/jalad.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/000-1/jalad.txt')
-rw-r--r--npc/000-1/jalad.txt15
1 files changed, 4 insertions, 11 deletions
diff --git a/npc/000-1/jalad.txt b/npc/000-1/jalad.txt
index 44183c45..bede7b34 100644
--- a/npc/000-1/jalad.txt
+++ b/npc/000-1/jalad.txt
@@ -39,8 +39,10 @@
mesq l("Surely. Take this box full of @@s.", getitemlink("Plushroom"));
next;
- getinventorylist;
- if ((checkweight("PlushroomBox", 1) == 0) || (@inventorylist_count == 100)) goto l_Inventory;
+ set @item, 716;
+ set @count, 1;
+ callfunc "InventoryPlace", @item, @count;
+
setq ShipQuests_Jalad, 1;
getitem "PlushroomBox", 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_Bottom:
mes "";
mesn;