diff options
Diffstat (limited to 'npc/000-1/tibbo.txt')
-rw-r--r-- | npc/000-1/tibbo.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/000-1/tibbo.txt b/npc/000-1/tibbo.txt index 31e99250..31a92759 100644 --- a/npc/000-1/tibbo.txt +++ b/npc/000-1/tibbo.txt @@ -40,7 +40,7 @@ mesq l("Bring this box to Gugli. He will be extremely happy!"); next; - callfunc "InventoryPlace", 714, 1; + InventoryPlace 714, 1; setq ShipQuests_Tibbo, 1; getitem "AquadaBox", 1; @@ -52,7 +52,7 @@ goto L_Close; L_CallFunc: - callfunc "SailorFood"; + SailorFood; menu rif(getq(ShipQuests_Gugli) > 1, l("Task is done.")), L_TaskDone, @@ -109,7 +109,7 @@ L_TaskDone: close; L_Close: - callfunc "GoodBye"; + GoodBye; close; OnInit: |