summaryrefslogtreecommitdiff
path: root/npc/008-1/oscar.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/008-1/oscar.txt')
-rw-r--r--npc/008-1/oscar.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/npc/008-1/oscar.txt b/npc/008-1/oscar.txt
new file mode 100644
index 00000000..9541da7b
--- /dev/null
+++ b/npc/008-1/oscar.txt
@@ -0,0 +1,20 @@
+// Evol scripts.
+// Author:
+// Micksha
+// Description:
+// Oscar the farmer.
+// THIS IS A PLACEHOLDER!
+
+008-1,160,77,0 script Oscar#008-1 NPC_CAUL,{
+ speech
+ l("Hi, my name is Oscar."),
+ l("I used to be a farmer, but my magic attempts were banned by the gouvernment."),
+ lg("Now I remain poor and unemployed.");
+
+ close;
+
+OnInit:
+ .sex = G_MALE;
+ .distance = 2;
+ end;
+}