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/cities/jawaii.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/cities/jawaii.txt') diff --git a/npc/cities/jawaii.txt b/npc/cities/jawaii.txt index c77972ef7..b48b960d2 100644 --- a/npc/cities/jawaii.txt +++ b/npc/cities/jawaii.txt @@ -1271,7 +1271,7 @@ prt_in,173,13,4 script Customer#SoloHan 4_M_04,{ next; mes "[Bachewcca]"; mes "^666666*Grunt!*^000000"; - specialeffect EF_TALK_SCREAM,AREA,"Customer#Bachewcca"; + specialeffect(EF_TALK_SCREAM, AREA, getnpcid(0, "Customer#Bachewcca")); next; mes "[SoloHan]"; mes "To..."; @@ -1377,7 +1377,7 @@ prt_in,173,13,4 script Customer#SoloHan 4_M_04,{ next; mes "[Bachewcca]"; mes "^666666*Grrr...!*^000000"; - specialeffect EF_THROWITEM,AREA,"Customer#Bachewcca"; + specialeffect(EF_THROWITEM, AREA, getnpcid(0, "Customer#Bachewcca")); close; } mes "Oh man..."; -- cgit v1.2.3-70-g09d2