From 9fee4761bb79fe4d5665ed93e790cb430c0822b0 Mon Sep 17 00:00:00 2001 From: brianluau Date: Fri, 25 May 2012 15:45:31 +0000 Subject: - Reduced 300+ copy-paste lines to 1 duplicated npc in eden_common.txt (suggestion bugreport:5795) - Replaced more unconverted 'inputstr' in several npc scripts, and changed to scope variables. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16149 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/quests/thana_quest.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/quests/thana_quest.txt') diff --git a/npc/quests/thana_quest.txt b/npc/quests/thana_quest.txt index 2fadf73bd..7fc59c6ce 100644 --- a/npc/quests/thana_quest.txt +++ b/npc/quests/thana_quest.txt @@ -1878,7 +1878,7 @@ tha_t09,19,158,0 script Machine Device#tt5 111,{ } } mes "You attempt to"; - mes ""+.@inputstr$+","; + mes .@inputstr$+","; mes "but nothing happened."; close; } @@ -3133,4 +3133,4 @@ OnTouch: mes "acts against you, preventing"; mes "you from proceeding this way...^000000"; close; -} \ No newline at end of file +} -- cgit v1.2.3-70-g09d2