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/033-1/birrod.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'world/map/npc/033-1/birrod.txt') diff --git a/world/map/npc/033-1/birrod.txt b/world/map/npc/033-1/birrod.txt index de0eecdd..2437101a 100644 --- a/world/map/npc/033-1/birrod.txt +++ b/world/map/npc/033-1/birrod.txt @@ -98,16 +98,19 @@ L_Next: "Strength!",L_Fail11, "A good weapon.",L_Fail12, "Bravery.",L_Success11; + L_Fail11: mes "[Birrod]"; mes "\"Strength is indeed important for a warrior. But before you can show strength, you need to have something else.\""; next; goto L_No_Member; + L_Fail12: mes "[Birrod]"; mes "\"Are you kidding?\""; next; goto L_No_Member; + L_Success11: mes "[Birrod]"; mes "\"Wise words.\""; @@ -117,16 +120,19 @@ L_Success11: "Run as fast as I can.",L_Fail21, "Fight no matter what.",L_Fail22, "Try to hold them back until everyone is safe, then retreat.",L_Success21; + L_Fail21: mes "[Birrod]"; mes "\"You will never become an accepted member of our tribe with that attitude.\""; next; goto L_No_Member; + L_Fail22: mes "[Birrod]"; mes "\"Honorable, but stupid.\""; next; goto L_No_Member; + L_Success21: mes "[Birrod]"; mes "\"Right.\""; @@ -136,63 +142,75 @@ L_Success21: "Take care of everyone who got wounded.",L_Success31, "Pitch the tent and make a fire.",L_Success32, "Lay down and rest.",L_Fail31; + L_Success31: mes "[Birrod]"; mes "\"You're a caring person. Good.\""; next; goto L_Success3; + L_Success32: mes "[Birrod]"; mes "\"You're diligent, good.\""; next; goto L_Success3; + L_Fail31: mes "[Birrod]"; mes "\"You wouldn't make friends that way.\""; next; goto L_No_Member; + L_Success3: mes "\"What is your goal in life?\""; menu "Learn new things and see the world.",L_Success41, "Become as powerful as I can.",L_Fail41, "Protect the ones I love.",L_Success42; + L_Success41: mes "[Birrod]"; mes "\"You're curious. An attribute we appreciate.\""; next; goto L_Success4; + L_Fail41: mes "[Birrod]"; mes "\"You're seeking power? For what?\""; next; goto L_No_Member; + L_Success42: mes "[Birrod]"; mes "\"An honorable goal.\""; next; goto L_Success4; + L_Success4: mes "\"What do you think is a good reason to fight and kill?\""; menu "Because I want it.",L_Fail51, "To survive.",L_Success51, "To protect someone in need.",L_Success52; + L_Fail51: mes "[Birrod]"; mes "\"You think so?\""; next; goto L_No_Member; + L_Success51: mes "[Birrod]"; mes "\"Right.\""; next; goto L_Success5; + L_Success52: mes "[Birrod]"; mes "\"Yes, that's the most honorable reason.\""; next; goto L_Success5; + L_Success5: getexp @minigame_exp, 0; setskill SKILL_RAGING, 1; -- cgit v1.2.3-60-g2f50