summaryrefslogtreecommitdiff
path: root/npc/quests/first_class/tu_magician01.txt
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2016-02-07 01:23:46 +0100
committerHaru <haru@dotalux.com>2016-02-07 01:23:46 +0100
commit1fd628e7be9e6de4ea48394be09ae10e912d8f3d (patch)
tree4e5b42a444f83976c33f22540d3aa46a8ceb7001 /npc/quests/first_class/tu_magician01.txt
parente68aa1f74d315f7bf24d7c8829002d0031b23539 (diff)
parent0462bc828e59ce99a48303a2f6190d3a01ce9465 (diff)
downloadhercules-1fd628e7be9e6de4ea48394be09ae10e912d8f3d.tar.gz
hercules-1fd628e7be9e6de4ea48394be09ae10e912d8f3d.tar.bz2
hercules-1fd628e7be9e6de4ea48394be09ae10e912d8f3d.tar.xz
hercules-1fd628e7be9e6de4ea48394be09ae10e912d8f3d.zip
Merge pull request #1110 from dastgir/22-ScriptClean-Phase2
Script CleanUp Phase 2
Diffstat (limited to 'npc/quests/first_class/tu_magician01.txt')
-rw-r--r--npc/quests/first_class/tu_magician01.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/quests/first_class/tu_magician01.txt b/npc/quests/first_class/tu_magician01.txt
index 22c1c4b43..9e815347f 100644
--- a/npc/quests/first_class/tu_magician01.txt
+++ b/npc/quests/first_class/tu_magician01.txt
@@ -89,7 +89,7 @@ geffen,67,180,4 script New Mage Manager#M 8_F,{
mes "you want to learn more on";
mes "the basics of the Mage job.";
next;
- switch(select("Will you teach me?:Perhaps later...")) {
+ switch(select("Will you teach me?", "Perhaps later...")) {
case 1:
mes "[Mana]";
mes "Of course!";
@@ -383,7 +383,7 @@ geffen,67,180,4 script New Mage Manager#M 8_F,{
mes "ready, we'll cover some new";
mes "material for you to learn.";
next;
- if(select("W-wait, not yet!:I'm ready to go on.") == 2) {
+ if(select("W-wait, not yet!", "I'm ready to go on.") == 2) {
mes "[Mana]";
mes "Alrighty, we'll";
mes "move on to the next";
@@ -544,7 +544,7 @@ geffen,67,180,4 script New Mage Manager#M 8_F,{
mes "you like me to explain?";
next;
while(1){
- switch(select("Soul Strike:Safety Wall:Fire Ball:Frost Diver:Thunderstorm:Fire Wall:Energy Coat:Quit.")) {
+ switch(select("Soul Strike", "Safety Wall", "Fire Ball", "Frost Diver", "Thunderstorm", "Fire Wall", "Energy Coat", "Quit.")) {
case 1:
mes "[Mana]";
mes "Soul Strike is a ^CFB53BGhost^000000";
@@ -741,7 +741,7 @@ geffen,67,180,4 script New Mage Manager#M 8_F,{
mes "give you some support.";
mes "So what do you think?";
next;
- switch(select("I'll do it.:Sorry, but...")) {
+ switch(select("I'll do it.", "Sorry, but...")) {
case 1:
mes "[Mana]";
mes "Great! Alright,";