From 027ee71cb7cdfeb2834cb8c66b66bd4869b0a556 Mon Sep 17 00:00:00 2001 From: toni Date: Sun, 3 Apr 2011 14:51:56 -0300 Subject: Fixing strange bug when using "npcName" as a name for a temporary variable --- npc/027-2_Caretakers_House/gy_inn_shops.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/027-2_Caretakers_House/gy_inn_shops.txt') diff --git a/npc/027-2_Caretakers_House/gy_inn_shops.txt b/npc/027-2_Caretakers_House/gy_inn_shops.txt index 5b0d2d1f..1936bd59 100755 --- a/npc/027-2_Caretakers_House/gy_inn_shops.txt +++ b/npc/027-2_Caretakers_House/gy_inn_shops.txt @@ -15,10 +15,10 @@ // Inn 027-2.gat,107,39,0 script Barbara Grey 320,{ - set @npcName$, "Barbara Grey"; + set @npcname$, "Barbara Grey"; set @cost, 1000; - mes "[" + @npcName$ + "]"; + mes "[" + @npcname$ + "]"; mes "\"Don't be shy darling."; mes "\"Come on in and have a nice long ... long slumber ..."; next; @@ -28,7 +28,7 @@ // Bank and Storage 027-2.gat,88,22,0 script J.P. Morbid 321,{ callfunc "ClearVariables"; - set @npcName$, "J.P. Morbid"; + set @npcname$, "J.P. Morbid"; callfunc "Banker"; close; } -- cgit v1.2.3-60-g2f50