From 46fbbaabefa29df1378ae68b7f063dbc64846042 Mon Sep 17 00:00:00 2001 From: Haru Date: Sun, 26 Oct 2014 04:26:34 +0100 Subject: Replaced 'set' with direct assignment where applicable (re folder) Signed-off-by: Haru --- npc/re/guides/guides_ayothaya.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/re/guides/guides_ayothaya.txt') diff --git a/npc/re/guides/guides_ayothaya.txt b/npc/re/guides/guides_ayothaya.txt index 6d351d4d6..ef3e7bbc7 100644 --- a/npc/re/guides/guides_ayothaya.txt +++ b/npc/re/guides/guides_ayothaya.txt @@ -15,9 +15,9 @@ ayothaya,203,169,4 script Ayothaya Guide Noi#01ay 4_F_THAIGIRL,{ if (strnpcinfo(0) == "Ayothaya Guide Noi#01ay") - set .@n$, "[Noi]"; + .@n$ = "[Noi]"; else - set .@n$, "[Noa]"; + .@n$ = "[Noa]"; mes .@n$; mes "Hello~"; mes "Welcome to ^8B4513Ayothaya^000000."; -- cgit v1.2.3-60-g2f50