summaryrefslogtreecommitdiff
path: root/npc/009-2-4/aldred.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/009-2-4/aldred.txt')
-rw-r--r--npc/009-2-4/aldred.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/npc/009-2-4/aldred.txt b/npc/009-2-4/aldred.txt
new file mode 100644
index 00000000..a08a745a
--- /dev/null
+++ b/npc/009-2-4/aldred.txt
@@ -0,0 +1,18 @@
+// Evol scripts.
+// Author:
+// Micksha
+// Description:
+// Aldred is Hamond's and Reid's son.
+// THIS IS A PLACEHOLDER!
+
+009-2-4,50,35,0 script Aldred NPC_UNDEAD_WEPPER,{
+ mesn;
+ mesq l("Waaahhhhh!");
+ close;
+
+OnInit:
+ .bodytype = BODYTYPE_2;
+ .distance = 4;
+ end;
+}
+