diff options
Diffstat (limited to 'world/map/npc')
-rw-r--r-- | world/map/npc/029-3/parua.txt | 15 |
1 files changed, 14 insertions, 1 deletions
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; |