Has money

Checks if the player has the specified amount in balance.

## condition name, you can set this to anything that is unique
condition1:
  ## condition type (! in front of the condition type negates the condition (for example, type: '!has_money'))
  type: has_money
  ## the amount of money that the player needs to have
  amount: 100

Last updated