summaryrefslogtreecommitdiff
path: root/npc/000-1/astapolos.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/000-1/astapolos.txt')
-rw-r--r--npc/000-1/astapolos.txt15
1 files changed, 4 insertions, 11 deletions
diff --git a/npc/000-1/astapolos.txt b/npc/000-1/astapolos.txt
index 1a853906..8d5a16db 100644
--- a/npc/000-1/astapolos.txt
+++ b/npc/000-1/astapolos.txt
@@ -59,8 +59,10 @@
mesq lg("You have been so nice to me. So please, take one.");
next;
- getinventorylist;
- if ((checkweight("CroconutBox", 1) == 0) || (@inventorylist_count == 100)) goto l_Inventory;
+ set @item, 715;
+ set @count, 1;
+ callfunc "InventoryPlace", @item, @count;
+
setq ShipQuests_Astapolos, 1;
getitem "CroconutBox", 1;
@@ -68,15 +70,6 @@
mesn;
mesq l("Good luck! And don't forget to visit Peter and our little friends when you will be back onboard!");
- 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_Whyning: