diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-10-22 15:34:07 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-10-22 15:34:07 -0200 |
commit | bdfb1a35dee26170514e7acb3585d3ea5b788344 (patch) | |
tree | f8e888ef720197ccdf057472d8763010bbf82a6b /npc | |
parent | 588062447363407a1abeba34d1f3f564c022b613 (diff) | |
download | serverdata-bdfb1a35dee26170514e7acb3585d3ea5b788344.tar.gz serverdata-bdfb1a35dee26170514e7acb3585d3ea5b788344.tar.bz2 serverdata-bdfb1a35dee26170514e7acb3585d3ea5b788344.tar.xz serverdata-bdfb1a35dee26170514e7acb3585d3ea5b788344.zip |
Small effect to Angela
Diffstat (limited to 'npc')
-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!"); |