summaryrefslogtreecommitdiff
path: root/npc/008-2-10/airlia.txt
diff options
context:
space:
mode:
authorMicksha <Micksha@users.noreply.github.com>2018-10-05 22:15:07 +0200
committerMicksha <Micksha@users.noreply.github.com>2018-11-05 21:34:37 +0100
commit862551f1341356d88a4b969a90f1c98de82067dc (patch)
treedbe90fc525986bc1ebc909af212e96009886f9bf /npc/008-2-10/airlia.txt
parente60f059545cdfaefcb6821fdbb8809ccfa9f265a (diff)
downloadserverdata-862551f1341356d88a4b969a90f1c98de82067dc.tar.gz
serverdata-862551f1341356d88a4b969a90f1c98de82067dc.tar.bz2
serverdata-862551f1341356d88a4b969a90f1c98de82067dc.tar.xz
serverdata-862551f1341356d88a4b969a90f1c98de82067dc.zip
Trying to add some NPCs for Hurns
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..d300b52a
--- /dev/null
+++ b/npc/008-2-10/airlia.txt
@@ -0,0 +1,20 @@
+// Evol scripts.
+// Author:
+// Micksha
+// Description:
+// Airlia, the girl in the townhall.
+// THIS IS A PLACEHOLDER!
+
+008-2-10,41,29,0 script Airlia NPC_AIRLIA,{
+ speech
+ l("Hi!"),
+ lg("Did you visit the graveyard already? I havent met people coming back alive for ages.");
+ l("There must be cruel things going on.");
+
+ close;
+
+OnInit:
+ .sex = G_FEMALE;
+ .distance = 2;
+ end;
+}