summaryrefslogtreecommitdiff
path: root/npc/000-2-3/nard.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/000-2-3/nard.txt')
-rw-r--r--npc/000-2-3/nard.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/npc/000-2-3/nard.txt b/npc/000-2-3/nard.txt
index eed938fb..6f0ceaf4 100644
--- a/npc/000-2-3/nard.txt
+++ b/npc/000-2-3/nard.txt
@@ -96,6 +96,8 @@ l_NeedContent:
mesq l("Now go outside and talk with Gugli, he'll tell you what we need.");
next;
+ getinventorylist;
+ if ((checkweight("JohanneKey", 1) == 0) || (@inventorylist_count == 100)) goto l_Inventory;
setq ShipQuests_Nard, 1;
getitem "JohanneKey", 1;
@@ -180,6 +182,8 @@ l_ChefQuestComplete:
mesq l("You are now officially part of my crew! Thanks again for your help.");
next;
+ getinventorylist;
+ if ((checkweight("Bandana", 1) == 0) || (@inventorylist_count == 100)) goto l_Inventory;
setq ShipQuests_Nard, 4;
getitem "Bandana", 1;
// Need to add a skill for the crew at this line.
@@ -193,6 +197,15 @@ l_ChefQuestComplete:
close;
+l_Inventory;
+ mes "";
+ mesn;
+ mesq l("It looks like you can't carry anything else for now.");
+ next;
+ mesq l("You should come back when you'll have some free space.");
+
+ close;
+
l_Already:
mesn;
mesq l("Sorry, I don't need any help right now. Come back later.");