diff options
author | The Kandiman <kandiman@kandiman.(none)> | 2011-08-27 00:54:21 -0400 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2011-08-27 18:14:36 +0200 |
commit | c8e0ce7f52ae0c8c4965170c9a3382005fd4231d (patch) | |
tree | 58bcf383f2220d3a45ea39c828fd25fc8db59058 /world/map/npc/001-1/monster_guide.txt | |
parent | 4b5ae2226b50c2c381ed7b9b0459b1778d2ac1ee (diff) | |
download | serverdata-c8e0ce7f52ae0c8c4965170c9a3382005fd4231d.tar.gz serverdata-c8e0ce7f52ae0c8c4965170c9a3382005fd4231d.tar.bz2 serverdata-c8e0ce7f52ae0c8c4965170c9a3382005fd4231d.tar.xz serverdata-c8e0ce7f52ae0c8c4965170c9a3382005fd4231d.zip |
First set of conversions to using 4 spaces in place of tabs. Also replaced tabs with pipes in headers. Map 001-1 complete.
Diffstat (limited to 'world/map/npc/001-1/monster_guide.txt')
-rw-r--r-- | world/map/npc/001-1/monster_guide.txt | 66 |
1 files changed, 37 insertions, 29 deletions
diff --git a/world/map/npc/001-1/monster_guide.txt b/world/map/npc/001-1/monster_guide.txt index 697dc38e..7d5693e2 100644 --- a/world/map/npc/001-1/monster_guide.txt +++ b/world/map/npc/001-1/monster_guide.txt @@ -1,37 +1,45 @@ // -001-1.gat,48,52,0 script Aidan 102,{ - if(MPQUEST == 0) goto Register; - mes "[Aidan the Monster Guide]"; - mes "You currently have " +Mobpt+ " Monster Points. These points are acquired while killing monsters"; - close; +001-1.gat,48,52,0|script|Aidan|102,{ + if(MPQUEST == 0) goto Register; + mes "[Aidan the Monster Guide]"; + mes "You currently have " +Mobpt+ " Monster Points. These points are acquired while killing monsters"; + close; + Register: - mes "[Aidan the Monster Guide]"; - mes "Oh my, you don't seem to be registered as a Quest Participant. Would you like to register?"; - next; + mes "[Aidan the Monster Guide]"; + mes "Oh my, you don't seem to be registered as a Quest Participant. Would you like to register?"; + next; + Choice: - menu "Register",L_R,"Not at the moment",L_N,"Information",L_I; + menu + "Register",L_R, + "Not at the moment", + L_N,"Information",L_I; + L_R: - mes "[Aidan the Monster Guide]"; - mes "Give me a second to look over your paperwork."; - next; - mes "[Monster Guide]"; - mes "Well, looks like you qualify!"; - mes "Welcome to the questing world!"; - set MPQUEST,1; - close; + mes "[Aidan the Monster Guide]"; + mes "Give me a second to look over your paperwork."; + next; + mes "[Monster Guide]"; + mes "Well, looks like you qualify!"; + mes "Welcome to the questing world!"; + set MPQUEST,1; + close; + L_N: - mes "[Aidan the Monster Guide]"; - mes "Very well, you don't know what you're missing."; - close; + mes "[Aidan the Monster Guide]"; + mes "Very well, you don't know what you're missing."; + close; + L_I: - mes "[Aidan the Monster Guide]"; - mes "Here in The Mana World, there are certain rewards for your vanquishing of foes."; - mes "For example, there are Monster Points; every monster you kill has a certain amount of points that get added to your account."; - mes "The more points you have, the more expensive things you can buy using them."; - next; - mes "[Monster Guide]"; - mes "So whaddaya say, sign up won't you?"; - next; - goto Choice; + mes "[Aidan the Monster Guide]"; + mes "Here in The Mana World, there are certain rewards for your vanquishing of foes."; + mes "For example, there are Monster Points; every monster you kill has a certain amount of points that get added to your account."; + mes "The more points you have, the more expensive things you can buy using them."; + next; + mes "[Monster Guide]"; + mes "So whaddaya say, sign up won't you?"; + next; + goto Choice; } |