diff options
Diffstat (limited to 'npc/quests/quests_hugel.txt')
-rw-r--r-- | npc/quests/quests_hugel.txt | 4 |
1 files changed, 2 insertions, 2 deletions
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..."; |