summaryrefslogtreecommitdiff
path: root/npc/080-3/cutscene.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/080-3/cutscene.txt')
-rw-r--r--npc/080-3/cutscene.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/npc/080-3/cutscene.txt b/npc/080-3/cutscene.txt
index e0417b07..8e15403e 100644
--- a/npc/080-3/cutscene.txt
+++ b/npc/080-3/cutscene.txt
@@ -223,11 +223,15 @@ function ending {
// (Poor Gak, he is up to an earful once player completes this quest...)
// FIXME: Prize?
.stable += 1;
- X21ED1_DOCLEAR();
+ maptimer2(10, instance_npcname(.name$)+"::OnFin");
disablenpc instance_npcname(.name$);
close;
}
+OnFin:
+ X21ED1_DOCLEAR();
+ end;
+
OnInit:
.distance=4;
.stable=0;