From 124ab2a1cdb344f24170a4d91f7000ebabf39b40 Mon Sep 17 00:00:00 2001 From: Kisuka Date: Mon, 28 Oct 2013 00:42:23 -0700 Subject: Added ability to use constants instead of sprite IDs for NPCs. Converted all npcs to use this. --- 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 fd61b1380..6d351d4d6 100644 --- a/npc/re/guides/guides_ayothaya.txt +++ b/npc/re/guides/guides_ayothaya.txt @@ -13,7 +13,7 @@ //= 1.2 Navigation system update. [Euphy] //============================================================ -ayothaya,203,169,4 script Ayothaya Guide Noi#01ay 839,{ +ayothaya,203,169,4 script Ayothaya Guide Noi#01ay 4_F_THAIGIRL,{ if (strnpcinfo(0) == "Ayothaya Guide Noi#01ay") set .@n$, "[Noi]"; else @@ -90,4 +90,4 @@ ayothaya,203,169,4 script Ayothaya Guide Noi#01ay 839,{ } } } -ayothaya,146,86,4 duplicate(Ayothaya Guide Noi#01ay) Ayothaya Guide Noa#02ay 839 +ayothaya,146,86,4 duplicate(Ayothaya Guide Noi#01ay) Ayothaya Guide Noa#02ay 4_F_THAIGIRL -- cgit v1.2.3-70-g09d2