summaryrefslogtreecommitdiff
path: root/world/map/npc/024-1/tondar.txt
diff options
context:
space:
mode:
authorFrost <networktoy@cox.net>2011-09-09 18:11:15 -0700
committerJessica Tölke <jtoelke@mail.upb.de>2011-09-10 15:27:32 +0200
commit1599e4b8a9d768d9b7b89f881da47b9cff616dce (patch)
treef5c75311d90a0865b83a8872f3300db9c035457b /world/map/npc/024-1/tondar.txt
parent5ea6c568c86d9c0f76983705258951e2db9974fa (diff)
downloadserverdata-1599e4b8a9d768d9b7b89f881da47b9cff616dce.tar.gz
serverdata-1599e4b8a9d768d9b7b89f881da47b9cff616dce.tar.bz2
serverdata-1599e4b8a9d768d9b7b89f881da47b9cff616dce.tar.xz
serverdata-1599e4b8a9d768d9b7b89f881da47b9cff616dce.zip
Removed tabs from 025-4 downto 022-1
Minor spelling corrections in tinris.txt.
Diffstat (limited to 'world/map/npc/024-1/tondar.txt')
-rw-r--r--world/map/npc/024-1/tondar.txt76
1 files changed, 38 insertions, 38 deletions
diff --git a/world/map/npc/024-1/tondar.txt b/world/map/npc/024-1/tondar.txt
index 585806df..eef42617 100644
--- a/world/map/npc/024-1/tondar.txt
+++ b/world/map/npc/024-1/tondar.txt
@@ -1,61 +1,61 @@
// A professor at Tulimshar's magic academy
-024-1.gat,83,51,0 script Tondar 168,{
- mes "[Tondar]";
- mes "\"We're not accepting any new students right now.\"";
+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)
- goto L_may_ask;
+ goto L_may_ask;
- close;
+ close;
L_may_ask:
- next;
- menu
- "Can you teach me a spell?", L_askspell,
- "Do you have a magic library?", L_library,
- "Are you sure? I can pay well...", L_nopay,
- "That's unfortunate.", -,
- "Goodbye, then.", -;
+ next;
+ menu
+ "Can you teach me a spell?", L_askspell,
+ "Do you have a magic library?", L_library,
+ "Are you sure? I can pay well...", L_nopay,
+ "That's unfortunate.", -,
+ "Goodbye, then.", -;
- close;
+ close;
L_library:
- mes "[Tondar]";
- mes "\"Of course we do. It is only for graduate students, alumni, and faculty.\"";
- next;
- menu
- "Thank you, and goodbye.", L_end,
- "Nobody else is allowed inside?", -;
+ mes "[Tondar]";
+ mes "\"Of course we do. It is only for graduate students, alumni, and faculty.\"";
+ next;
+ 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;
-
+ 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;
+ 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;
+ 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;
+ 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.";
- mes "\"Do not tempt me to teach you a different kind of lesson, young one! Begone!\"";
+ mes "[Tondar]";
+ mes "The wizard frowns angrily.";
+ mes "\"Do not tempt me to teach you a different kind of lesson, young one! Begone!\"";
L_end:
- close;
+ close;
}