summaryrefslogtreecommitdiff
path: root/npc/quests/guildrelay.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/guildrelay.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/guildrelay.txt')
-rw-r--r--npc/quests/guildrelay.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/quests/guildrelay.txt b/npc/quests/guildrelay.txt
index 0968c9ae0..3d3358005 100644
--- a/npc/quests/guildrelay.txt
+++ b/npc/quests/guildrelay.txt
@@ -371,7 +371,7 @@
mes "You look as though";
mes "something is on your mind.";
next;
- switch(select("N-no, nothing.:I want to take a lesson.")) {
+ switch(select("N-no, nothing.", "I want to take a lesson.")) {
case 1:
mes "[" + .@name$ + "]";
mes "Hm? That's strange.";
@@ -675,7 +675,7 @@
mes "so that you will be better";
mes "able to protect the weak.";
next;
- switch(select("I want to take the test.:Let me think about it.")) {
+ switch(select("I want to take the test.", "Let me think about it.")) {
case 1:
mes "[" + .@name$ + "]";
mes "Is that so? In this test,";
@@ -1214,7 +1214,7 @@
mes "Have you come here";
mes "as an invited guest?";
next;
- switch(select("No, not really...:I was invited by the guild master.")) {
+ switch(select("No, not really...", "I was invited by the guild master.")) {
case 1:
mes "[" + .@name$ + "]";
mes "Oh, really?";
@@ -1604,7 +1604,7 @@
mes "your Falcon for the";
mes "sake of your guild.";
next;
- switch(select("Donate Falcon:No way!")) {
+ switch(select("Donate Falcon", "No way!")) {
case 1:
if (checkfalcon()) {
mes "[" + .@name$ + "]";