Paste #34933: Untitled Paste

Date: 2016/07/18 11:36:55 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
15


corrupt:
  Type: Assignment
  Interact Scripts:
  - 1 Starter1
Starter1:
  Type: Interact
  Steps:
    1:
      Click Trigger:
        Script:
        - if <player.money> > 50 {
        - chat "Can I help you, <player.name>?"
        }else{
        - chat "GO AWAY NOW!";
        }