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.txt18
1 files changed, 0 insertions, 18 deletions
diff --git a/npc/020-1/ryan.txt b/npc/020-1/ryan.txt
deleted file mode 100644
index 7ed14715..00000000
--- a/npc/020-1/ryan.txt
+++ /dev/null
@@ -1,18 +0,0 @@
-// 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:
- .distance = 4;
- end;
-}