From 205e92b9ea809fdcf75a99e276e10c8995f21ccb Mon Sep 17 00:00:00 2001 From: Jessica Tölke Date: Fri, 14 Dec 2012 16:34:21 +0100 Subject: Add option to be warped to the Snake Pit to Parua's dialogue. This avoids that a player can get stuck in Candor. --- world/map/npc/029-3/parua.txt | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'world/map/npc/029-3') diff --git a/world/map/npc/029-3/parua.txt b/world/map/npc/029-3/parua.txt index 17dd10ee..69507ebd 100644 --- a/world/map/npc/029-3/parua.txt +++ b/world/map/npc/029-3/parua.txt @@ -8,7 +8,8 @@ mes "[Parua]"; mes "\"Do you dare challenge the power that sleeps here?\""; menu "No, I'll let it sleep.", L_Exit, - "Ha! What's the worst it could do?", -; + "Ha! What's the worst it could do?", -, + "Actually, I want to leave, but I'm stuck!", L_Stuck; mes "[Parua]"; mes "\"Very well, for a fee of 20,000 GP, I will awaken that power.\""; menu "No, what a ripoff!", L_Exit, @@ -111,6 +112,18 @@ L_NotEnoughPlayers: mes "He takes a moment to calculate. \"You'll probably need at least...five people, including yourself.\""; goto L_Exit; +L_Stuck: + mes "[Parua]"; + mes "\"I see. I can teleport you to another nice cave.\""; + mes "His face doesn't show any emotion, but his voice sounds threatening."; + menu + "Please do so!", L_Warp, + "I changed my mind.", L_Exit; + +L_Warp: + warp "005-3.gat", 86, 34; + goto L_Exit; + L_Exit: close; end; -- cgit v1.2.3-60-g2f50