From b0b071305f967ae836722e7518455ee06089de01 Mon Sep 17 00:00:00 2001 From: gumi Date: Sat, 27 May 2017 17:00:28 -0400 Subject: convert specialeffect calls with strings to use GID --- npc/quests/kiel_hyre_quest.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'npc/quests/kiel_hyre_quest.txt') diff --git a/npc/quests/kiel_hyre_quest.txt b/npc/quests/kiel_hyre_quest.txt index 3a21bbfa0..4fe113d57 100644 --- a/npc/quests/kiel_hyre_quest.txt +++ b/npc/quests/kiel_hyre_quest.txt @@ -1967,7 +1967,7 @@ kh_vila,184,20,0 script Book#kh1::BookKHQ1 HIDDEN_NPC,{ mes "wall slides opens open"; mes "to reveal a secret path.^000000"; KielHyreQuest = 28; - specialeffect EF_READYPORTAL2,AREA,"Wall#kh"; + specialeffect(EF_READYPORTAL2, AREA, getnpcid(0, "Wall#kh")); close; } else { @@ -6393,11 +6393,11 @@ kh_kiehl02,50,52,4 script Kiehl#Original 4_M_KHKIEL,{ next; mes "[Mitchell]"; mes "Nooooo!"; - specialeffect PF_FOGWALL,AREA,"Mitchell#KiehlRoom"; - specialeffect PF_FOGWALL,AREA,"Agent#KHAgent1"; - specialeffect PF_FOGWALL,AREA,"Agent#KHAgent2"; - specialeffect PF_FOGWALL,AREA,"Agent#KHAgent3"; - specialeffect PF_FOGWALL,AREA,"Agent#KHAgent4"; + specialeffect(PF_FOGWALL, AREA, getnpcid(0, "Mitchell#KiehlRoom")); + specialeffect(PF_FOGWALL, AREA, getnpcid(0, "Agent#KHAgent1")); + specialeffect(PF_FOGWALL, AREA, getnpcid(0, "Agent#KHAgent2")); + specialeffect(PF_FOGWALL, AREA, getnpcid(0, "Agent#KHAgent3")); + specialeffect(PF_FOGWALL, AREA, getnpcid(0, "Agent#KHAgent4")); next; cutin "kh_kiel03",2; mes "[Kiehl]"; -- cgit v1.2.3-70-g09d2