Paste #37600: proper name

Date: 2016/11/13 06:24:48 UTC-08:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8
9
10
11


'Shady_Check':
    Type: world
    Events:
        on mythicmob shadyskeleton dies by player in ShadyQuestCave:
            - if !<player.has_flag[ShadyQuest]> queue clear
            - flag player ShadyQuestCount:++
            - narrate format:Hint "You have killed <player.flag[ShadyQuestCount].asint> out of the 50 needed to complete the Quest." 
            - if <player.flag[ShadyQuestCount].asint> == 50 {
                - run "Shady_reward"
                - flag player ShadyQuest:!
            }