diff options
Diffstat (limited to 'npc/000-1/jalad.txt')
-rw-r--r-- | npc/000-1/jalad.txt | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/npc/000-1/jalad.txt b/npc/000-1/jalad.txt index a2ab8ca81..4bd1edd32 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; |