summaryrefslogtreecommitdiff
path: root/npc/020-7-1/oskari.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/020-7-1/oskari.txt')
-rw-r--r--npc/020-7-1/oskari.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/npc/020-7-1/oskari.txt b/npc/020-7-1/oskari.txt
new file mode 100644
index 000000000..ba35c5388
--- /dev/null
+++ b/npc/020-7-1/oskari.txt
@@ -0,0 +1,19 @@
+// TMW2 scripts.
+// Authors:
+// Jesusalva
+// TMW Org.
+// Description:
+// Helper boss
+
+020-7-1,122,29,0 script Oskari NPC_BLUESAGEWORKER_FB,{
+ .@q=getq(NivalisQuest_BlueSage);
+ npctalk3 "Me boss";
+ goodbye;
+ end;
+
+OnInit:
+ .sex=G_FEMALE;
+ .distance=5;
+ end;
+}
+