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.txt18
1 files changed, 0 insertions, 18 deletions
diff --git a/npc/020-1/martha.txt b/npc/020-1/martha.txt
deleted file mode 100644
index 2faf9dd3..00000000
--- a/npc/020-1/martha.txt
+++ /dev/null
@@ -1,18 +0,0 @@
-// The Mana World 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:
- .distance = 4;
- end;
-}