summaryrefslogtreecommitdiff
path: root/npc/quests/quests_brasilis.txt
diff options
context:
space:
mode:
authorbrianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-05-25 15:45:31 +0000
committerbrianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-05-25 15:45:31 +0000
commit9fee4761bb79fe4d5665ed93e790cb430c0822b0 (patch)
treee58ecaae1a49202135e5e427bf2a207c9be89318 /npc/quests/quests_brasilis.txt
parentbea7c251d6e7b348e08fd0f4a10bd16d3423639f (diff)
downloadhercules-9fee4761bb79fe4d5665ed93e790cb430c0822b0.tar.gz
hercules-9fee4761bb79fe4d5665ed93e790cb430c0822b0.tar.bz2
hercules-9fee4761bb79fe4d5665ed93e790cb430c0822b0.tar.xz
hercules-9fee4761bb79fe4d5665ed93e790cb430c0822b0.zip
- 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
Diffstat (limited to 'npc/quests/quests_brasilis.txt')
-rw-r--r--npc/quests/quests_brasilis.txt14
1 files changed, 5 insertions, 9 deletions
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$);