summaryrefslogtreecommitdiff
path: root/npc/008-2-8/nicholas.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/008-2-8/nicholas.txt')
-rw-r--r--npc/008-2-8/nicholas.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/npc/008-2-8/nicholas.txt b/npc/008-2-8/nicholas.txt
new file mode 100644
index 00000000..9dab65e8
--- /dev/null
+++ b/npc/008-2-8/nicholas.txt
@@ -0,0 +1,19 @@
+// Evol scripts.
+// Author:
+// Micksha
+// Description:
+// Nicholas the Smith.
+// THIS IS A PLACEHOLDER!
+
+008-2-8,39,27,0 script Nicholas#008-2-8 NPC_NICHOLAS,{
+ speech
+ l("Hi Sir."),
+ lg("If you need stable metal gear, you are right! But first I must bring the steel atoms in the right order, hold on.");
+
+ close;
+
+OnInit:
+ .sex = G_MALE;
+ .distance = 2;
+ end;
+}