summaryrefslogtreecommitdiff
path: root/npc/001-1/sophialla.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-1/sophialla.txt')
-rw-r--r--npc/001-1/sophialla.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/npc/001-1/sophialla.txt b/npc/001-1/sophialla.txt
new file mode 100644
index 00000000..ad4d508a
--- /dev/null
+++ b/npc/001-1/sophialla.txt
@@ -0,0 +1,20 @@
+// Evol scripts.
+// Author:
+// Micksha
+// Description:
+// Sophialla, the connection between Artis and the Brotherhood in Hurns.
+// THIS IS A PLACEHOLDER!
+
+001-1,73,40,0 script Sophialla#001-1 NPC_SOPHIALLA,{
+ speech
+ l("Hello."),
+ l("Can't you see I am reading? If you need something, tell me the secret password.");
+ lg("If you don't know it, just go, please.");
+
+ close;
+
+OnInit:
+ .sex = G_FEMALE;
+ .distance = 2;
+ end;
+}