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.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/npc/008-1-1/koga.txt b/npc/008-1-1/koga.txt
index 26f12772..34bc75fc 100644
--- a/npc/008-1-1/koga.txt
+++ b/npc/008-1-1/koga.txt
@@ -6,6 +6,10 @@
// THIS IS A PLACEHOLDER!
008-1-1,30,60,0 script Koga#008-1-1 NPC_KOGA,{
+ function kogaWrongMap;
+ if (getmap() != "008-1-1")
+ kogaWrongMap();
+
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.");
@@ -20,6 +24,11 @@
}
close;
+function kogaWrongMap {
+ mesc l("I've just arrived here. I should enter in Morcant's house I guess.");
+ close;
+}
+
OnInit:
.bodytype = BODYTYPE_3;
.distance = 4;