Paste #8546: Untitled Paste

Date: 2014/08/18 08:49:35 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7


- if <player.flag[Zombie.Count].asint> >= 5 {
        - run ZombieQuestReward
        - narrate "DEBUG player.flag[Zombie.Count] =  <player.flag[Zombie.Count].asint>"}
        else {
        - run ZombieQuestContinue
        - narrate "DEBUG player.flag[Zombie.Count] =  <player.flag[Zombie.Count].asint>"}
        }