diff options
-rw-r--r-- | npc/019-2/angela.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/npc/019-2/angela.txt b/npc/019-2/angela.txt index 4937b69bc..5b20bcc02 100644 --- a/npc/019-2/angela.txt +++ b/npc/019-2/angela.txt @@ -81,6 +81,15 @@ L_Start: mesn; 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); + movecam rand(-20,20), rand(-20,20); + sleep2(50); + movecam rand(-20,20), rand(-20,20); + sleep2(50); + movecam rand(-20,20), rand(-20,20); + sleep2(50); + restorecam; 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!"); |