summaryrefslogtreecommitdiff
path: root/npc/000-1/jalad.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-12-02 20:45:07 +0300
committerAndrei Karas <akaras@inbox.ru>2014-12-02 20:45:07 +0300
commitbd4d928258e8e5c9659aa5b399eeaa5bf84d8a15 (patch)
treeaecedfa74604008fdaa568630a1f2099c1dd64ad /npc/000-1/jalad.txt
parentda54f2f9c80ed067b8e8447c2a03029b55cf681f (diff)
downloadserverdata-bd4d928258e8e5c9659aa5b399eeaa5bf84d8a15.tar.gz
serverdata-bd4d928258e8e5c9659aa5b399eeaa5bf84d8a15.tar.bz2
serverdata-bd4d928258e8e5c9659aa5b399eeaa5bf84d8a15.tar.xz
serverdata-bd4d928258e8e5c9659aa5b399eeaa5bf84d8a15.zip
Fix case in all function names.
Diffstat (limited to 'npc/000-1/jalad.txt')
-rw-r--r--npc/000-1/jalad.txt7
1 files changed, 3 insertions, 4 deletions
diff --git a/npc/000-1/jalad.txt b/npc/000-1/jalad.txt
index a2ab8ca8..4bd1edd3 100644
--- a/npc/000-1/jalad.txt
+++ b/npc/000-1/jalad.txt
@@ -40,7 +40,7 @@ L_Continue:
mesq l("Surely. Take this box full of @@s.", getitemlink("Plushroom"));
next;
- InventoryPlace 716, 1;
+ inventoryplace 716, 1;
setq ShipQuests_Jalad, 1;
getitem "PlushroomBox", 1;
@@ -52,7 +52,7 @@ L_Continue:
goto L_Close;
L_CallFunc:
- SailorFood;
+ sailorfood;
menu
rif(getq(ShipQuests_Gugli) > 1, l("Task is done.")), L_TaskDone,
@@ -117,8 +117,7 @@ L_TaskDone:
mesq l("Perfect!");
L_Close:
- GoodBye;
- close;
+ goodbye;
OnInit:
setnpcsex G_MALE;