summaryrefslogtreecommitdiff
path: root/npc/020-1/martha.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/020-1/martha.txt')
-rw-r--r--npc/020-1/martha.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/npc/020-1/martha.txt b/npc/020-1/martha.txt
new file mode 100644
index 00000000..961404e7
--- /dev/null
+++ b/npc/020-1/martha.txt
@@ -0,0 +1,19 @@
+// Evol scripts.
+// Author:
+// Micksha
+// Description:
+// Martha, sort of Brotherhood Leader in Tulimshar.
+// THIS IS A PLACEHOLDER!
+
+020-1,164,81,0 script Martha NPC_UKAR_FEMALE_BROTHERHOOD,{
+ speech
+ l("Hi!"),
+ l("Have you ever been to Artis? Did you meet my mom there? Her name is Sophialla."),
+ l("I hope she is fine. It is so dangerous out there.");
+ close;
+
+OnInit:
+ .bodytype = BODYTYPE_2;
+ .distance = 2;
+ end;
+}