Paste #39366: This didn't work

Date: 2017/01/26 07:07:40 UTC-08:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8
9


click trigger:
                script:
                - if <player.has_flag[npc_engaged]> queue clear
                - if <p@player.balance> >= 5000 {
                  - narrate format:cchat "Your balance is <p@player.balance>"
                  }
                  else if <p@player.balance> < 5000 {
                    - narrate format:cchat "Your balance is below 5000"
                    }