diff options
author | Reid <reidyaro@gmail.com> | 2012-11-03 04:06:27 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-11-03 04:06:27 +0100 |
commit | 8e59db5af0202f697adb91c27582e7642e47b690 (patch) | |
tree | 796f273b76c411dde9ed4352617f88d26484ad26 /npc | |
parent | 4db52ec7ebdc9ea4058e635c8bebf9f8930ffe84 (diff) | |
download | clientdata-8e59db5af0202f697adb91c27582e7642e47b690.tar.gz clientdata-8e59db5af0202f697adb91c27582e7642e47b690.tar.bz2 clientdata-8e59db5af0202f697adb91c27582e7642e47b690.tar.xz clientdata-8e59db5af0202f697adb91c27582e7642e47b690.zip |
Add end message on nard script.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-2-3/nard.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/npc/000-2-3/nard.txt b/npc/000-2-3/nard.txt index 2ca1ea09..b40411af 100644 --- a/npc/000-2-3/nard.txt +++ b/npc/000-2-3/nard.txt @@ -183,6 +183,12 @@ l_ChefQuestComplete: getitem "Bandana", 1; // Need to add a skill for the crew at this line. + mesn "Narrator"; + mes col(lg("This is it, the end of the Beta Release of Evol Online."), 9); + next; + mes col(lg("We hope that you like this introduction, and we also hope for you to come back in our future release!"), 9); + next; + mes col(lg("The adventure begins!"), 9); close; l_Already: |