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/events/valentinesday.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/events/valentinesday.txt') diff --git a/npc/events/valentinesday.txt b/npc/events/valentinesday.txt index 8f2bd85d5..e7f144102 100644 --- a/npc/events/valentinesday.txt +++ b/npc/events/valentinesday.txt @@ -15,7 +15,7 @@ // Stephen - Valentine Event Chocolate seller //============================================================ -alberta,26,243,4 script Stephen 58,{ +alberta,26,243,4 script Stephen 1_M_MERCHANT,{ mes "[Stephen]"; mes "Guess what I've got?"; mes "A tasty treat not easily found in Rune-Midgard...."; @@ -59,7 +59,7 @@ alberta,26,243,4 script Stephen 58,{ // Jainie -- Gives information about Valentine Event //============================================================ -alberta,29,243,4 script Jainie 53,{ +alberta,29,243,4 script Jainie 1_M_INNKEEPER,{ mes "[Jainie]"; mes "You know what? The chocolate that my boyfriend sells are from me!"; mes "I made them by myself."; @@ -83,7 +83,7 @@ alberta,29,243,4 script Jainie 53,{ // Carl Orleans -- Valentine Event Chocolate maker //============================================================ -prt_castle,54,34,4 script Carl Orleans 47,{ +prt_castle,54,34,4 script Carl Orleans 1_M_01,{ mes "[Carl Orleans]"; mes "Yes?"; next; -- cgit v1.2.3-60-g2f50