summaryrefslogtreecommitdiff
path: root/npc/003-1/jerican.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/003-1/jerican.txt')
-rw-r--r--npc/003-1/jerican.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/npc/003-1/jerican.txt b/npc/003-1/jerican.txt
new file mode 100644
index 000000000..5a4a1cdb0
--- /dev/null
+++ b/npc/003-1/jerican.txt
@@ -0,0 +1,13 @@
+// Author:
+// Saulc
+
+003-1,93,125,0 script Jerican 450,{
+
+
+hello;
+
+OnInit:
+ .sex = G_MALE;
+ .distance = 3;
+ end;
+} \ No newline at end of file