From 01c47d4231848107c45ca42cacaf5b04ad4dbfdf Mon Sep 17 00:00:00 2001 From: Reid Yaro Date: Sun, 26 May 2013 18:58:14 +0100 Subject: Add argument on inventoryplace. --- npc/000-1/ale.txt | 4 +--- npc/000-1/astapolos.txt | 4 +--- npc/000-1/chest.txt | 4 +--- npc/000-1/cookiemaster.txt | 2 +- npc/000-1/couwan.txt | 4 +--- npc/000-1/gulukan.txt | 2 +- npc/000-1/jalad.txt | 4 +--- npc/000-1/muller.txt | 4 +--- npc/000-1/tibbo.txt | 4 +--- 9 files changed, 9 insertions(+), 23 deletions(-) (limited to 'npc/000-1') diff --git a/npc/000-1/ale.txt b/npc/000-1/ale.txt index df231c80..2a2189b3 100644 --- a/npc/000-1/ale.txt +++ b/npc/000-1/ale.txt @@ -30,9 +30,7 @@ mesq l("Hmm... Let's see, take this one."); next; - set @item, 714; - set @count, 1; - callfunc "InventoryPlace", @item, @count; + callfunc "InventoryPlace", 714, 1; setq ShipQuests_Ale, 1; getitem "AquadaBox", 1; diff --git a/npc/000-1/astapolos.txt b/npc/000-1/astapolos.txt index 29edc84c..ab677af9 100644 --- a/npc/000-1/astapolos.txt +++ b/npc/000-1/astapolos.txt @@ -57,9 +57,7 @@ mesq lg("You have been so nice to me. So please, take one."); next; - set @item, 715; - set @count, 1; - callfunc "InventoryPlace", @item, @count; + callfunc "InventoryPlace", 715, 1; setq ShipQuests_Astapolos, 1; getitem "CroconutBox", 1; diff --git a/npc/000-1/chest.txt b/npc/000-1/chest.txt index d502b04b..1ae22bdb 100644 --- a/npc/000-1/chest.txt +++ b/npc/000-1/chest.txt @@ -24,9 +24,7 @@ l_Give: if (@q > 0) goto l_Close; - set @item, 514; - set @count, 1; - callfunc "InventoryPlace", @item, @count; + callfunc "InventoryPlace", 514, 1; setq ShipQuests_TreasureChest, 1; diff --git a/npc/000-1/cookiemaster.txt b/npc/000-1/cookiemaster.txt index 9558ed5b..d0f24e99 100644 --- a/npc/000-1/cookiemaster.txt +++ b/npc/000-1/cookiemaster.txt @@ -168,7 +168,7 @@ l_Reward: set @item, 517; set @count, 1; - callfunc "InventoryPlace", @item, @count; + callfunc "InventoryPlace", 517, 1; setq General_Cookies, 1; getitem "DeliciousCookie", 1; diff --git a/npc/000-1/couwan.txt b/npc/000-1/couwan.txt index 624d54af..9789e599 100644 --- a/npc/000-1/couwan.txt +++ b/npc/000-1/couwan.txt @@ -42,9 +42,7 @@ mesq l("Yeye ask too much but do too less. Take this box and stop talking."); next; - set @item, 713; - set @count, 1; - callfunc "InventoryPlace", @item, @count; + callfunc "InventoryPlace", 713, 1; mesn "Narrator"; mes col(l("Couwan hands you a box full of fish."), 9); diff --git a/npc/000-1/gulukan.txt b/npc/000-1/gulukan.txt index 1948a36b..0b4bc08f 100644 --- a/npc/000-1/gulukan.txt +++ b/npc/000-1/gulukan.txt @@ -53,7 +53,7 @@ l_Continue2: set @item, 715; set @count, 1; - callfunc "InventoryPlace", @item, @count; + callfunc "InventoryPlace", 715, 1; setq ShipQuests_Gulukan, 1; getitem "CroconutBox", 1; diff --git a/npc/000-1/jalad.txt b/npc/000-1/jalad.txt index 035aecc6..7d70259a 100644 --- a/npc/000-1/jalad.txt +++ b/npc/000-1/jalad.txt @@ -39,9 +39,7 @@ l_Continue: mesq l("Surely. Take this box full of @@s.", getitemlink("Plushroom")); next; - set @item, 716; - set @count, 1; - callfunc "InventoryPlace", @item, @count; + callfunc "InventoryPlace", 716, 1; setq ShipQuests_Jalad, 1; getitem "PlushroomBox", 1; diff --git a/npc/000-1/muller.txt b/npc/000-1/muller.txt index b3b25ed2..4ec728d8 100644 --- a/npc/000-1/muller.txt +++ b/npc/000-1/muller.txt @@ -42,9 +42,7 @@ mesq l("Well then... Take this one!"); next; - set @item, 716; - set @count, 1; - callfunc "InventoryPlace", @item, @count; + callfunc "InventoryPlace", 716, 1; setq ShipQuests_QMuller, 1; getitem "PlushroomBox", 1; 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; -- cgit v1.2.3-60-g2f50