summaryrefslogtreecommitdiff
path: root/npc/000-2-3
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2015-12-27 23:24:30 +0100
committerReid <reidyaro@gmail.com>2015-12-27 23:24:30 +0100
commitcb53997f2c383d374d4acd01ff5ea6f1675474c2 (patch)
treef3dd2f15332c59c4b7124f9157853dca7a76dfb1 /npc/000-2-3
parentde46c9302c107cc26149b6ae1fee026d1ce8cf0f (diff)
downloadserverdata-cb53997f2c383d374d4acd01ff5ea6f1675474c2.tar.gz
serverdata-cb53997f2c383d374d4acd01ff5ea6f1675474c2.tar.bz2
serverdata-cb53997f2c383d374d4acd01ff5ea6f1675474c2.tar.xz
serverdata-cb53997f2c383d374d4acd01ff5ea6f1675474c2.zip
Add end of introduction dialogue to Nard.
Diffstat (limited to 'npc/000-2-3')
-rw-r--r--npc/000-2-3/nard.txt17
1 files changed, 4 insertions, 13 deletions
diff --git a/npc/000-2-3/nard.txt b/npc/000-2-3/nard.txt
index 98c9b18a..9d462ae0 100644
--- a/npc/000-2-3/nard.txt
+++ b/npc/000-2-3/nard.txt
@@ -195,14 +195,11 @@ L_ChefQuestComplete:
getexp 50, 0;
// Need to add a skill for the crew at this line.
-
mes "";
- mesn "Narrator";
- mes col(l("This is it, the end of the Second Beta Release of Evol Online!"), 9);
- next;
- mes col(lg("We hope you liked this introduction and to see you again in our future releases!"), 9);
- next;
- mes col(l("The adventure begins!"), 9);
+
+L_Already:
+ speech
+ l("I recommend you to take a nap on the inferior level, we will soon leave this place.");
close;
@@ -212,12 +209,6 @@ L_Reward:
close;
-L_Already:
- mesn;
- mesq l("Sorry, I don't need any help right now. Come back later.");
-
- close;
-
OnInit:
.sex = G_MALE;
.distance = 5;