summaryrefslogtreecommitdiff
path: root/npc/008-1-1/koga.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/008-1-1/koga.txt')
-rw-r--r--npc/008-1-1/koga.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/npc/008-1-1/koga.txt b/npc/008-1-1/koga.txt
new file mode 100644
index 00000000..f32e953c
--- /dev/null
+++ b/npc/008-1-1/koga.txt
@@ -0,0 +1,20 @@
+// Evol scripts.
+// Author:
+// Micksha
+// Description:
+// The Koga in Artis, only accessable via Rowboat.
+// THIS IS A PLACEHOLDER!
+
+008-1-1,30,60,0 script Koga#008-1-1 NPC_KOGA,{
+ speech
+ l("So, finally, we are here."),
+ l("Do you want to go back to Artis? You really should be afraid of the Legion there, now that you have been here in Woodland. They somehow smell the odor of the Brotherhood.");
+ l("Better you stay here for a while. Come back when you are stronger.");
+
+ close;
+
+OnInit:
+ .sex = G_MALE;
+ .distance = 4;
+ end;
+}