diff options
Diffstat (limited to 'npc/000-2-3')
-rw-r--r-- | npc/000-2-3/box.txt | 4 | ||||
-rw-r--r-- | npc/000-2-3/nard.txt | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/npc/000-2-3/box.txt b/npc/000-2-3/box.txt index f4bf2d1b..185c30a2 100644 --- a/npc/000-2-3/box.txt +++ b/npc/000-2-3/box.txt @@ -74,7 +74,7 @@ L_NoQuest: mesq l("Now go outside and talk with Gugli, he'll tell you what provisions we need."); next; - InventoryPlace 718, 1; + inventoryplace 718, 1; setq ShipQuests_Nard, 1; getitem "JohanneKey", 1; @@ -86,7 +86,7 @@ L_Give: mesn "Nard"; mesq l("Congrats, you are now part of the crew. Thanks again for your help."); - InventoryPlace 2900, 1; + inventoryplace 2900, 1; setq ShipQuests_Nard, 5; getitem "Bandana", 1; diff --git a/npc/000-2-3/nard.txt b/npc/000-2-3/nard.txt index 6836d2b0..42d7d1b3 100644 --- a/npc/000-2-3/nard.txt +++ b/npc/000-2-3/nard.txt @@ -101,7 +101,7 @@ L_NeedContent: mesq l("Now go outside and talk with Gugli, he'll tell you what we need."); next; - InventoryPlace 718, 1; + inventoryplace 718, 1; setq ShipQuests_Nard, 1; getitem "JohanneKey", 1; |