From a00579f57be4f02cd2a60ecd9468277ba6631e78 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Wed, 2 Apr 2014 22:33:31 -0700 Subject: Fix style (split for more readable diff) --- world/map/npc/025-1/rossy.txt | 28 +++++++++++++--------------- 1 file changed, 13 insertions(+), 15 deletions(-) (limited to 'world/map/npc/025-1/rossy.txt') diff --git a/world/map/npc/025-1/rossy.txt b/world/map/npc/025-1/rossy.txt index f0332f95..e9a58afa 100644 --- a/world/map/npc/025-1/rossy.txt +++ b/world/map/npc/025-1/rossy.txt @@ -78,12 +78,12 @@ L_No: L_Mother: mes "[Rossy]"; mes "\"Please, tell my mother we are fine. If you feel like helping, come back after you talk to my mother. Maybe you could help us find some fruits.\""; -close; + close; L_Get_Cherry: mes "[Young Girl]"; mes "\"No, you don't have " + @Cherry_Amount + " cherries. I know how to count. I hope you get them soon.\""; -close; + close; L_Check: mes "[Rossy]"; @@ -172,14 +172,14 @@ L_Check2: mes "\"My teacher's name is David. He is a very young magician and lives near the magic school in the north of Tulimshar.\""; next; mes "\"Please, give it to him as soon as you can!\""; -close; + close; L_BT: mes "[Rossy]"; mes "\"Great. Now if you could just give it to my teacher. His name is David. He is a very young magician and lives near the magic school in the north of Tulimshar.\""; next; mes "\"You should take the ferry, that'll be faster than swimming!\""; -close; + close; L_Donet: if (Rossy_Quest == 10 @@ -191,7 +191,7 @@ L_Donet: L_DavidPotion: mes "[Rossy]"; mes "\"Yay! Phew... That was close, I almost forgot about my exam. Please, tell my mother about it. I am sure she will be proud of me.\""; -close; + close; L_RG: if (countitem("RedRose") < @RedRose_Amount) @@ -212,14 +212,14 @@ L_MotherFlowers: L_LikeRoses: mes "[Rossy]"; mes "\"I am allergic to roses, my mother should already know that!\""; -close; + close; L_Allergic: mes "Rossy sneezes a lot."; if (Rossy_Quest == 12 && countitem("RedTulip") >= @RedTulip_Amount) goto L_Sorry; -close; + close; L_Sorry: menu @@ -235,7 +235,7 @@ L_See: next; mes "\"Now I should really find my sister. Come back later.\""; getexp @Flower_EXP, 0; -close; + close; L_Best: mes "[Rossy]"; @@ -247,12 +247,12 @@ L_Best: L_FindMySister: mes "\"I think I have an idea where she might be. Come back in a few minutes, I will tell you if she is ok.\""; set Rossy_Quest, 14; -close; + close; L_Julia: mes "[Rossy]"; mes "\"I saw Julia! She was running away from something and entered a cave not far from here. I heard her scream. Please can you enter the cave and save her? I'm so scared!\""; -close; + close; L_End: mes "[Rossy]"; @@ -274,19 +274,17 @@ L_Found: set Zeny, Zeny + @Finish_Money; if (Rossy_Quest == 19) goto L_Clear; -close; + close; L_Clear: set Rossy_Quest, 0; set cavefights, 0; set FLAGS, FLAGS | FLAG_ROSSI_COMPLETED; -close; - + close; L_FinalEnd: mes "[Rossy]"; mes "\"Julia and I are playing hide and seek right now. It is fun in the forest!\""; mes "The young girl laughs quietly."; -close; - + close; } -- cgit v1.2.3-60-g2f50