diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-12-02 20:45:07 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-12-02 20:45:07 +0300 |
commit | bd4d928258e8e5c9659aa5b399eeaa5bf84d8a15 (patch) | |
tree | aecedfa74604008fdaa568630a1f2099c1dd64ad /npc/000-2-3 | |
parent | da54f2f9c80ed067b8e8447c2a03029b55cf681f (diff) | |
download | clientdata-bd4d928258e8e5c9659aa5b399eeaa5bf84d8a15.tar.gz clientdata-bd4d928258e8e5c9659aa5b399eeaa5bf84d8a15.tar.bz2 clientdata-bd4d928258e8e5c9659aa5b399eeaa5bf84d8a15.tar.xz clientdata-bd4d928258e8e5c9659aa5b399eeaa5bf84d8a15.zip |
Fix case in all function names.
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; |