From 857bdc4f98be6cd1e185a24565d6b6b54752b9b4 Mon Sep 17 00:00:00 2001 From: Haru Date: Sat, 9 Nov 2013 16:41:40 +0100 Subject: Consolidated commands called in scripts to their lowercase version - Added a note about variables and command scripts case sensitivity. Even though the engine still accepts variable, function and command names in a case insensitive way, it is discouraged to rely on such behavior. Please update your custom scripts as soon as possible. Signed-off-by: Haru --- npc/guild2/arug_cas02.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'npc/guild2/arug_cas02.txt') diff --git a/npc/guild2/arug_cas02.txt b/npc/guild2/arug_cas02.txt index 31bd02ad6..bf7f639eb 100644 --- a/npc/guild2/arug_cas02.txt +++ b/npc/guild2/arug_cas02.txt @@ -54,7 +54,7 @@ arug_cas02,129,178,4 script Cyr#LF_ar02_13::LF_ar02_2 GUILD_FLAG,{ end; OnAgitInit2: OnRecvCastleAr02: - FlagEmblem GetCastleData("arug_cas02",1); + flagemblem getcastledata("arug_cas02",1); end; } arug_cas02,149,178,4 duplicate(LF_ar02_2) Cyr#LF_ar02_14 GUILD_FLAG @@ -66,7 +66,7 @@ aru_gld,80,41,6 script Cyr#flag_Ar02_1::Ar02_Flag GUILD_FLAG,{ end; OnAgitInit2: OnRecvCastleAr02: - FlagEmblem GetCastleData("arug_cas02",1); + flagemblem getcastledata("arug_cas02",1); end; } aru_gld,80,52,6 duplicate(Ar02_Flag) Cyr#flag_Ar02_2 GUILD_FLAG @@ -75,6 +75,6 @@ aru_gld,120,83,5 script Cyr#flag_Ar02_3 GUILD_FLAG,{ end; OnAgitInit2: OnRecvCastleAr02: - FlagEmblem GetCastleData("arug_cas02",1); + flagemblem getcastledata("arug_cas02",1); end; -} \ No newline at end of file +} -- cgit v1.2.3-60-g2f50