summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/001-1/_import.txt1
-rw-r--r--npc/001-1/enora.txt21
2 files changed, 22 insertions, 0 deletions
diff --git a/npc/001-1/_import.txt b/npc/001-1/_import.txt
index 3ab16e2f0..33849d8a5 100644
--- a/npc/001-1/_import.txt
+++ b/npc/001-1/_import.txt
@@ -7,6 +7,7 @@ npc: npc/001-1/beuss.txt
npc: npc/001-1/cookiemaster.txt
npc: npc/001-1/doors.txt
npc: npc/001-1/elmo.txt
+npc: npc/001-1/enora.txt
npc: npc/001-1/harbours.txt
npc: npc/001-1/panels.txt
npc: npc/001-1/qonan.txt
diff --git a/npc/001-1/enora.txt b/npc/001-1/enora.txt
new file mode 100644
index 000000000..3f1509e3a
--- /dev/null
+++ b/npc/001-1/enora.txt
@@ -0,0 +1,21 @@
+// Evol scripts.
+// Authors:
+// Reid
+// Description:
+// Newbie guide for Artis.
+
+001-1,176,113,0 script Enora#001-1 119,{
+ mesn;
+ mesq l("Welcome!");
+
+ goto L_Close;
+
+L_Close:
+ close;
+
+OnInit:
+ setnpcsex G_FEMALE;
+ setnpcdistance 5;
+ end;
+}
+