summaryrefslogtreecommitdiff
path: root/npc/001-2-28/red.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-2-28/red.txt')
-rw-r--r--npc/001-2-28/red.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/npc/001-2-28/red.txt b/npc/001-2-28/red.txt
new file mode 100644
index 00000000..23fb6ef7
--- /dev/null
+++ b/npc/001-2-28/red.txt
@@ -0,0 +1,16 @@
+// Evol scripts.
+// Authors:
+// Reid
+// Description:
+// Red, the INN Keeper.
+
+001-2-28,28,28,0 script Red#001-2-28 NPC_RED,{
+
+ speech l("Welcome!");
+ close;
+
+OnInit:
+ .sex = G_FEMALE;
+ .distance = 5;
+}
+