Paste #31789: money task

Date: 2016/03/20 06:44:39 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8


money:
  type: task
  script:
  - if <p@%1%.money]> < 1000
    {
    - money give 1 %1%
    - execute as_server "msg alut %1%"
    }