diff options
Diffstat (limited to 'npc/042-3/jail.txt')
-rw-r--r-- | npc/042-3/jail.txt | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/npc/042-3/jail.txt b/npc/042-3/jail.txt index 3eeb84648..a7b49739c 100644 --- a/npc/042-3/jail.txt +++ b/npc/042-3/jail.txt @@ -126,6 +126,26 @@ OnKamelotSlide: +// Leave the dungeon +042-3,62,19,0 script #KDoor0423 NPC_HIDDEN,1,0,{ + end; + +OnTouch: + .@g=getcharid(2); + warp "042-4@"+.@g, any(59,60), 77; + addtimer 1000, .name$+"::OnHey"; + end; + +OnHey: + dispbottom l("Oh, here the path seems to split. Which way should we go?"); + addtimer 3000, .name$+"::OnHey2"; + end; + +OnHey2: + dispbottom l("Or should we even split ourselves to check all possible ways?")+" "+col(l("[Caution, this may be dangerous!]"), 1); + end; +} + // Required exit. This one has no conditions, so it is not really required // But I do not trust Instancing System, so better safe than sorry! 042-3,58,140,0 script #KDoor0423B NPC_HIDDEN,0,0,{ |