summaryrefslogtreecommitdiff
path: root/npc/001-2-12/oscar.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-2-12/oscar.txt')
-rw-r--r--npc/001-2-12/oscar.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/npc/001-2-12/oscar.txt b/npc/001-2-12/oscar.txt
new file mode 100644
index 00000000..ce9762c5
--- /dev/null
+++ b/npc/001-2-12/oscar.txt
@@ -0,0 +1,17 @@
+// Evol scripts.
+// Authors:
+// Reid
+// Description:
+// Dye seller, she sells and explain how works dye cards.
+
+001-2-12,38,30,0 script Oscar#001-2-12 NPC_OSCAR,{
+ closedialog;
+ goodbye;
+ close;
+
+OnInit:
+ .sex = G_MALE;
+ .distance = 3;
+ end;
+}
+