summaryrefslogtreecommitdiff
path: root/npc/020-1/ryan.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/020-1/ryan.txt')
-rw-r--r--npc/020-1/ryan.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/npc/020-1/ryan.txt b/npc/020-1/ryan.txt
new file mode 100644
index 00000000..0de695c9
--- /dev/null
+++ b/npc/020-1/ryan.txt
@@ -0,0 +1,19 @@
+// Evol scripts.
+// Author:
+// Micksha
+// Description:
+// Ryan, a Legion Soldier near the Docks.
+// THIS IS A PLACEHOLDER!
+
+020-1,275,97,0 script Ryan NPC_DEMON_MALE_LEGION_ARTIS,{
+ speech
+ l("hmmm..."),
+ l("You were in Hurnscald lately, right? That smell, that Brotherhood smell."),
+ l("Better get out of here, before I become wild.");
+ close;
+
+OnInit:
+ .bodytype = BODYTYPE_2;
+ .distance = 2;
+ end;
+}