summaryrefslogtreecommitdiff
path: root/npc/032-1/episode.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/032-1/episode.txt')
-rw-r--r--npc/032-1/episode.txt10
1 files changed, 7 insertions, 3 deletions
diff --git a/npc/032-1/episode.txt b/npc/032-1/episode.txt
index 91f58845f..3d944b423 100644
--- a/npc/032-1/episode.txt
+++ b/npc/032-1/episode.txt
@@ -55,8 +55,10 @@
end;
OnFin:
+ sc_start(SC_STUN, 20000, 1, 10000, SCFLAG_NOAVOID|SCFLAG_FIXEDTICK);
+ setpcblock(PCBLOCK_SOFT, true);
npctalk3 l("I am Elli. One of the Originals.");
- sleep2(3000);
+ sleep2(4000);
npctalk3 l("The supreme guardian of the \"Talpan\" creatures, such as you.");
sleep2(4000);
npctalk3 l("From the time you come from, the Moubootaur has escaped its chains.");
@@ -66,8 +68,10 @@ OnFin:
npctalk3 l("The Moubootaur is evil. Defeat him and protect the world. Now...");
sleep2(4000);
npctalk3 l("Return to your time!");
- sleep2(1000);
- warp "017-3", 75, 68;
+ setpcblock(PCBLOCK_SOFT, false);
+ sc_end SC_STUN;
+ sleep2(1500);
+ warp "017-3", 72, 69;
// Nothing else needs to be done, quest was closed earlier
end;