diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-09-16 21:36:12 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-09-16 21:36:12 -0300 |
commit | 48f00e939862c6a5a74aaf79948ffa1c670bfa4d (patch) | |
tree | 076426a0070311ae9168277b407bd0c25471a660 /npc/009-5 | |
parent | 3904e304f5f9883c7f4d4f5652dd600159ed1d25 (diff) | |
download | serverdata-48f00e939862c6a5a74aaf79948ffa1c670bfa4d.tar.gz serverdata-48f00e939862c6a5a74aaf79948ffa1c670bfa4d.tar.bz2 serverdata-48f00e939862c6a5a74aaf79948ffa1c670bfa4d.tar.xz serverdata-48f00e939862c6a5a74aaf79948ffa1c670bfa4d.zip |
Party time!
Diffstat (limited to 'npc/009-5')
-rw-r--r-- | npc/009-5/alvasus.txt | 28 |
1 files changed, 26 insertions, 2 deletions
diff --git a/npc/009-5/alvasus.txt b/npc/009-5/alvasus.txt index 7c178c344..e5d2869b8 100644 --- a/npc/009-5/alvasus.txt +++ b/npc/009-5/alvasus.txt @@ -45,6 +45,7 @@ L_Sunday: mesn; mesq l("Ah, Sunday. What better time to go to church?"); next; + if (!@alvasus && .@q == 2) goto L_Party; mesn; mesq l("We will have a party today, but only believers are allowed in!"); close; @@ -55,8 +56,31 @@ L_Quit: mesq l("Alright."); close; - - +L_Party: + mesn; + mesq l("Please pray a bit with us!"); + if (askyesno() != ASK_YES) + close; + mes ""; + mesc "..."; + next; + mesc "..."; + next; + mesc "..."; + next; + mesc "..."; + next; + mesc "..."; + next; + mesn; + mesq l("Alright, PARTY TIME!"); + @alvasus=any(1,1,1,1,2,3,4,5); + @min = 65*@alvasus; + @max = 175*@alvasus; + @delay = 3*@alvasus; + @type = 1; + doevent "rand_sc_heal::OnUse"; + close; L_GiveTask: |