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_brasilis.txt | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'npc/quests/quests_brasilis.txt') diff --git a/npc/quests/quests_brasilis.txt b/npc/quests/quests_brasilis.txt index e1157a80c..19f9f8881 100644 --- a/npc/quests/quests_brasilis.txt +++ b/npc/quests/quests_brasilis.txt @@ -3501,7 +3501,7 @@ bra_in01,149,184,3 script Door#bra 844,{ input .@input$; next; mes "["+strcharinfo(0)+"]"; - mes ""+.@input$+""; + mes .@input$; next; set .@braspell$,"Mother the door won't open!"; set .@chkspell,compare(.@braspell$,.@input$); @@ -3602,9 +3602,8 @@ bra_in01,144,187,3 script Toilet#bra 844,{ mes "- What was the second line to that spell now? -"; input .@input$; next; - set urspell,inputstr; mes "["+strcharinfo(0)+"]"; - mes ""+.@input$+""; + mes .@input$; next; set .@braspell$,"Mother the water is flooding!"; set .@chkspell,compare(.@braspell$,.@input$); @@ -3676,9 +3675,8 @@ bra_in01,134,189,3 script Faucet#bra 844,{ mes "- What was the next line to that spell now? -"; input .@input$; next; - set urspell,inputstr; mes "["+strcharinfo(0)+"]"; - mes ""+.@input$+""; + mes .@input$; next; set .@braspell$,"Mother the drought has started!"; set .@chkspell,compare(.@braspell$,.@input$); @@ -3752,9 +3750,8 @@ bra_in01,138,184,3 script Carpet#bra 844,{ mes "- What was the next line to that spell now? -"; input .@input$; next; - set urspell,inputstr; mes "["+strcharinfo(0)+"]"; - mes ""+.@input$+""; + mes .@input$; next; set .@braspell$,"Mother where are my friends?"; set .@chkspell,compare(.@braspell$,.@input$); @@ -3835,9 +3832,8 @@ bra_in01,151,180,3 script Mirror#bra 844,{ mes "- What was the next line to that spell now? -"; input .@input$; next; - set urspell,inputstr; mes "["+strcharinfo(0)+"]"; - mes ""+.@input$+""; + mes .@input$; next; set .@braspell$,"Where are you mom?"; set .@chkspell,compare(.@braspell$,.@input$); -- cgit v1.2.3-70-g09d2