summaryrefslogtreecommitdiff
path: root/npc/008-1-1/morcant.txt
diff options
context:
space:
mode:
authorMicksha <ms-shaman@gmx.de>2020-02-03 20:35:37 +0000
committerMicksha <ms-shaman@gmx.de>2020-02-03 20:35:37 +0000
commit74baec811df3dff3e6433440fe1029e7227fd534 (patch)
tree035b29196aacd7174baedd2dec2144276c6e94a8 /npc/008-1-1/morcant.txt
parentb67848a8354f22a40045b967fcd23628740774ed (diff)
downloadserverdata-74baec811df3dff3e6433440fe1029e7227fd534.tar.gz
serverdata-74baec811df3dff3e6433440fe1029e7227fd534.tar.bz2
serverdata-74baec811df3dff3e6433440fe1029e7227fd534.tar.xz
serverdata-74baec811df3dff3e6433440fe1029e7227fd534.zip
Arrival in Argaes
Diffstat (limited to 'npc/008-1-1/morcant.txt')
-rw-r--r--npc/008-1-1/morcant.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/npc/008-1-1/morcant.txt b/npc/008-1-1/morcant.txt
new file mode 100644
index 00000000..0167353f
--- /dev/null
+++ b/npc/008-1-1/morcant.txt
@@ -0,0 +1,20 @@
+// Evol scripts.
+// Author:
+// Micksha
+// Description:
+// Galmatia the beekeeper.
+// THIS IS A PLACEHOLDER!
+
+008-1-1,58,57,0 script Morcant NPC_MORCANT,{
+ speech
+ l("Hello."),
+ l("My name is Morcant. I am a Captain, a bit bored since this harbor is not frequented much."),
+ l("I would like to offer you food and tell you stories, but.. have you ever heard of WildX? I won't need to say more, do I?");
+
+ close;
+
+OnInit:
+ .sex = G_MALE;
+ .distance = 2;
+ end;
+}