summaryrefslogtreecommitdiff
path: root/npc/008-2-10/airlia.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/008-2-10/airlia.txt')
-rw-r--r--npc/008-2-10/airlia.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/npc/008-2-10/airlia.txt b/npc/008-2-10/airlia.txt
new file mode 100644
index 00000000..cb7aced2
--- /dev/null
+++ b/npc/008-2-10/airlia.txt
@@ -0,0 +1,20 @@
+// Evol scripts.
+// Author:
+// Micksha
+// Description:
+// Airlia, the major's daughter.
+// THIS IS A PLACEHOLDER!
+
+008-2-10,42,29,0 script Airlia#008-2-8 NPC_AIRLIA,{
+ speech
+ l("Hello."),
+ l("Do you know where the graveyard is?"),
+ lg("No? Better is that. Its so dangerous there.");
+
+ close;
+
+OnInit:
+ .sex = G_FEMALE;
+ .distance = 2;
+ end;
+}