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/001-1_Tulimshar/banker.txt | 2 +- npc/001-1_Tulimshar/constable.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/001-1_Tulimshar') diff --git a/npc/001-1_Tulimshar/banker.txt b/npc/001-1_Tulimshar/banker.txt index 965825ea..445b0ebf 100644 --- a/npc/001-1_Tulimshar/banker.txt +++ b/npc/001-1_Tulimshar/banker.txt @@ -2,7 +2,7 @@ 001-1.gat,57,52,0 script Tybalt 107,{ callfunc "ClearVariables"; - set @npcName$, "Tybalt"; + set @npcname$, "Tybalt"; callfunc "Banker"; close; } diff --git a/npc/001-1_Tulimshar/constable.txt b/npc/001-1_Tulimshar/constable.txt index f6423d5a..6131f0b4 100644 --- a/npc/001-1_Tulimshar/constable.txt +++ b/npc/001-1_Tulimshar/constable.txt @@ -1,7 +1,7 @@ // 001-1.gat,37,35,0 script Constable Perry Graf 150,{ -// set @npcName$, "Constable Perry Graf"; +// set @npcname$, "Constable Perry Graf"; set @canSkip, 1; callfunc "GameRules"; close; -- cgit v1.2.3-70-g09d2