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/quests_hugel.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/quests/quests_hugel.txt') diff --git a/npc/quests/quests_hugel.txt b/npc/quests/quests_hugel.txt index ff0d7f5b4..d81eedd54 100644 --- a/npc/quests/quests_hugel.txt +++ b/npc/quests/quests_hugel.txt @@ -3012,8 +3012,8 @@ hu_in01,256,40,3 script Herico 897,{ mes "[Herico]"; mes "By any chance, do you know a man who can aid his power in stopping them?"; next; - input @inputstr$; - if(@inputstr$ == "President Karl" || @inputstr$ == "President Weierstrass" || @inputstr$ == "President" || @inputstr$ == "Karl Weierstrass") + input .@inputstr$; + if(.@inputstr$ == "President Karl" || .@inputstr$ == "President Weierstrass" || .@inputstr$ == "President" || .@inputstr$ == "Karl Weierstrass") { mes "["+strcharinfo(0)+"]"; mes "I think that I know one..."; -- cgit v1.2.3-60-g2f50