From b799abd9159df670206a6a4f811f692323ca2f24 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 23 Oct 2018 00:34:16 -0300 Subject: Fix thousands of bugs --- npc/019-2/angela.txt | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'npc/019-2/angela.txt') diff --git a/npc/019-2/angela.txt b/npc/019-2/angela.txt index 9199fafcc..227094959 100644 --- a/npc/019-2/angela.txt +++ b/npc/019-2/angela.txt @@ -67,6 +67,7 @@ L_Start: select l("[Decline Quest]"), l("[Accept Quest]"); + mes ""; if (@menu == 1) { mesn strcharinfo(0); mesq lg("Sorry 'mam, I forgot courage on my other set of pants. This one doesn't have enough defense for it."); @@ -82,14 +83,15 @@ L_Start: mesq l("I'll reward you and your friends in an appropriate way, but if you endanger her... Oh, my poor Cindy..."); next; movecam rand(-20,20), rand(-20,20); - sleep2(50); + sleep2(80); movecam rand(-20,20), rand(-20,20); - sleep2(50); + sleep2(80); movecam rand(-20,20), rand(-20,20); - sleep2(50); + sleep2(80); movecam rand(-20,20), rand(-20,20); - sleep2(50); + sleep2(80); restorecam; + mes ""; mesc l("[Quest Accepted]"), 1; mesc l("Rescue Cindy from the Ice Labyrinth and the evil Yetis. This is a global, multiplayer quest."), 1; channelmes("#world", strcharinfo(0) + " said to be brave enough to help Angela rescuing her daughter!"); -- cgit v1.2.3-60-g2f50