diff options
author | wushin <pasekei@gmail.com> | 2015-02-16 21:00:21 -0600 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2015-02-19 23:02:12 -0600 |
commit | 9a0b536324d87107a6ca31f47facb804d70c0d30 (patch) | |
tree | c233699e692bfb0d71d2838b06d23ed8ad28dfd8 /world/map/npc/015-1 | |
parent | d64e30a251b85ea68fcc955427856bdd4824bf33 (diff) | |
download | serverdata-9a0b536324d87107a6ca31f47facb804d70c0d30.tar.gz serverdata-9a0b536324d87107a6ca31f47facb804d70c0d30.tar.bz2 serverdata-9a0b536324d87107a6ca31f47facb804d70c0d30.tar.xz serverdata-9a0b536324d87107a6ca31f47facb804d70c0d30.zip |
Clean up script
Diffstat (limited to 'world/map/npc/015-1')
-rw-r--r-- | world/map/npc/015-1/sword.txt | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/world/map/npc/015-1/sword.txt b/world/map/npc/015-1/sword.txt index 12385c85..7f32bf60 100644 --- a/world/map/npc/015-1/sword.txt +++ b/world/map/npc/015-1/sword.txt @@ -232,17 +232,12 @@ L_Lvl2_must_practice: next; goto L_Farewell; -L_Farewell: - mes "[Mystic Sword]"; - mes "\"Farewell for now!\""; - close; - L_L2_W12: mes "[Mystic Sword]"; mes "\"Welcome back, traveler! Hast thou returned to advance in thy quest for magic?\""; next; menu - "No.", L_farewell, + "No.", L_Farewell, "Yes.", L_Next2; L_Next2: @@ -250,7 +245,7 @@ L_Next2: mes "\"Very well. I shall teach thee another spell, if thou provest thy progress by sacrificing another five thousand monster points.\""; next; menu - "No, I don't want that.", L_farewell, + "No, I don't want that.", L_Farewell, "So be it.", L_Next3; L_Next3: @@ -285,7 +280,7 @@ L_L2_W10: next; menu "OK.", L_Next4, - "No way.", L_farewell; + "No way.", L_Farewell; L_Next4: if (countitem("IronOre") < 1) @@ -307,14 +302,14 @@ L_Next4: mes "[Mystic Sword]"; mes "\"This powder thou shalst need to cast the lightning spell. Throw it up into the air and shout '" + getspellinvocation("lightning-strike") + "', and smite thine enemies with lightning.\""; next; - goto L_farewell; + goto L_Farewell; L_no_ore: mes "[Mystic Sword]"; mes "\"Thou dost appear to lack ore. We cannot continue; please fare well and return swiftly!\""; close; -L_farewell: +L_Farewell: mes "[Mystic Sword]"; mes "\"Then I bid thee farewell for now!\""; close; |