Paste #56867: Untitled Paste

Date: 2019/08/15 12:29:03 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8
9
10
11
12
13


ThickHide:
  type: world
  events:
    on player breaks sand in testBreeding:
      - foreach <cu@testBreeding.list_entities[cow]>:
        - define testBreeding_popu:+:1
        - narrate <[testBreeding_popu]> targets:p@dagumboss
    on cow breeds:
      - foreach <cu@testBreeding.list_entities[cow]>
        - define testBreeding_pop:+:1
      - if <[testBreeding_pop]> > 8.0:
        - narrate "You must upgrade your farm to breed more cattle!"
        - determine cancelled