From 896afb2d7313e83cb4220a6cbab9a0b088d3750d Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 1 Jun 2018 13:12:02 -0300 Subject: I... can't understand. --- npc/003-1/aidan.txt | 2 +- npc/009-1/guards.txt | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/npc/003-1/aidan.txt b/npc/003-1/aidan.txt index ea13ee132..62d99e3c7 100644 --- a/npc/003-1/aidan.txt +++ b/npc/003-1/aidan.txt @@ -100,7 +100,7 @@ L_Register: } L_Assign: - callfunc GHQ_Assign(Maggot, "Tulimshar", getitemlink(MaggotCocoon)); + GHQ_Assign(Maggot, "Tulimshar", getitemlink(MaggotCocoon)); close; L_Finish: diff --git a/npc/009-1/guards.txt b/npc/009-1/guards.txt index 0e9b73995..7a89ca87c 100644 --- a/npc/009-1/guards.txt +++ b/npc/009-1/guards.txt @@ -15,7 +15,8 @@ next; mesn; mesq l("The path will be open when it's safe again for heavily armed travellers."); - if (GHQUEST) callfunc GHQ_Assign(Snake, "Halinarzo", "250.000 GP"); + if (GHQUEST) + GHQ_Assign(Snake, "Halinarzo", "250.000 GP"); close; L_MKControl: -- cgit v1.2.3-70-g09d2