Paste #33261: myscript

Date: 2016/05/02 02:45:11 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
14


NowTest2:
    type: assignment
    interact scripts:
    - test2

  test2:
    type: interact
    steps:
      "tests*":
        click trigger:
          script:
          - if <in@inventory.contains.material[<gold_block>]> == True {
            - chat "Есть голд"
          }