summaryrefslogtreecommitdiff
path: root/npc/008-2-1/richard.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/008-2-1/richard.txt')
-rw-r--r--npc/008-2-1/richard.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/npc/008-2-1/richard.txt b/npc/008-2-1/richard.txt
new file mode 100644
index 00000000..958ecab4
--- /dev/null
+++ b/npc/008-2-1/richard.txt
@@ -0,0 +1,20 @@
+// Evol scripts.
+// Author:
+// Micksha
+// Description:
+// Richard the Hurns storage guy.
+// THIS IS A PLACEHOLDER!
+
+008-2-1,26,35,0 script Richard#008-1 NPC_RICHARD_LEGACY,{
+ speech
+ l("Oh hey!"),
+ l("I was supposed to act as storagekeeper, but I forgot my key.");
+ lg("Come back later, perhaps I can find it.");
+
+ close;
+
+OnInit:
+ .sex = G_MALE;
+ .distance = 2;
+ end;
+}