summaryrefslogtreecommitdiff
path: root/npc/020-1/marikel.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/020-1/marikel.txt')
-rw-r--r--npc/020-1/marikel.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/npc/020-1/marikel.txt b/npc/020-1/marikel.txt
new file mode 100644
index 00000000..fa5895ee
--- /dev/null
+++ b/npc/020-1/marikel.txt
@@ -0,0 +1,19 @@
+// Evol scripts.
+// Author:
+// Micksha
+// Description:
+// Marikel, another Brotherhood Guard protecting the bridge.
+// THIS IS A PLACEHOLDER!
+
+020-1,163,118,0 script Marikel NPC_HUMAN_MALE_BROTHERHOOD,{
+ speech
+ l("Hi!"),
+ l("You come from Hurnscald? Oh, did you meet my Grandpa there? Is she fine?"),
+ l("Tell him greetings, and give him a few beers from me once you return there.");
+ close;
+
+OnInit:
+ .bodytype = BODYTYPE_2;
+ .distance = 2;
+ end;
+}