summaryrefslogtreecommitdiff
path: root/npc/008-1-1/hal.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/008-1-1/hal.txt')
-rw-r--r--npc/008-1-1/hal.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/npc/008-1-1/hal.txt b/npc/008-1-1/hal.txt
new file mode 100644
index 00000000..40362b78
--- /dev/null
+++ b/npc/008-1-1/hal.txt
@@ -0,0 +1,20 @@
+// Evol scripts.
+// Author:
+// Micksha
+// Description:
+// Hal, a Captain of the Brotherhood.
+// THIS IS A PLACEHOLDER!
+
+008-1-1,58,27,0 script Hal NPC_HAL,{
+ speech
+ l("Hello!"),
+ l("I was just having a nap, now WildX summons me to stand here! What a crap."),
+ l("Please, ask elanore to !slap him for me when you see them.");
+ close;
+
+OnInit:
+ .bodytype = BODYTYPE_2;
+ .distance = 2;
+ end;
+}
+