diff options
author | The Kandiman <kandiman@kandiman.(none)> | 2011-09-11 20:33:46 -0400 |
---|---|---|
committer | The Kandiman <kandiman@kandiman.(none)> | 2011-09-11 20:33:46 -0400 |
commit | ea8bb7b0cd86321ad0f85cc7a145671c527c10f9 (patch) | |
tree | 58128461e815f6aef84d7989e6fc5e0463b00235 /world/map/npc/024-1/tondar.txt | |
parent | 1cb0e75cbd356485ebe35bb3f5af10e1454e57a5 (diff) | |
download | serverdata-ea8bb7b0cd86321ad0f85cc7a145671c527c10f9.tar.gz serverdata-ea8bb7b0cd86321ad0f85cc7a145671c527c10f9.tar.bz2 serverdata-ea8bb7b0cd86321ad0f85cc7a145671c527c10f9.tar.xz serverdata-ea8bb7b0cd86321ad0f85cc7a145671c527c10f9.zip |
Tab conversion and script formatting project.
Final commit, maps 024-1 through 042-2 complete.
Diffstat (limited to 'world/map/npc/024-1/tondar.txt')
-rw-r--r-- | world/map/npc/024-1/tondar.txt | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/world/map/npc/024-1/tondar.txt b/world/map/npc/024-1/tondar.txt index eef42617..29041e33 100644 --- a/world/map/npc/024-1/tondar.txt +++ b/world/map/npc/024-1/tondar.txt @@ -3,9 +3,8 @@ 024-1.gat,83,51,0|script|Tondar|168,{ mes "[Tondar]"; mes "\"We're not accepting any new students right now.\""; - if (getskilllv(SKILL_MAGIC) > 0) + if (getskilllv(SKILL_MAGIC) > 0) goto L_may_ask; - close; L_may_ask: @@ -16,7 +15,6 @@ L_may_ask: "Are you sure? I can pay well...", L_nopay, "That's unfortunate.", -, "Goodbye, then.", -; - close; L_library: @@ -26,31 +24,25 @@ L_library: menu "Thank you, and goodbye.", L_end, "Nobody else is allowed inside?", -; - - mes "[Tondar]"; mes "\"Well, it is possible to get a special permit from the headmaster. But he is currently on sabbatical.\""; close; - L_askspell: mes "[Tondar]"; mes "\"We only teach spells to students.\""; next; - menu "Oh, come on... just one little spell!", L_nopay, "Pretty please?", L_spell, "I can pay you, too...", L_nopay; - L_spell: mes "[Tondar]"; mes "\"Well, all right; this one can't do much harm. Press your hands together and say `" + getspellinvocation("ask-magic-exp") + "'.\""; mes "\"This will release a steady flow of magic within you. Focus and try to control it; it is a good meditative practice.\""; close; - L_nopay: mes "[Tondar]"; mes "The wizard frowns angrily."; |