actions:
- 'tell: Hello, %player_name%'
actions:
condition: 'hasMoney.100'
actions:
- 'tell: You have enough money.'
deny-actions:
- 'tell: You don''t have enough money.'
actions:
all:
- condition: 'utils.chance(0.1)'
priority: 3
actions:
- 'tell: Prize 1'
- 'return'
- condition: 'utils.chance(0.5)'
priority: 2
actions:
- 'tell: Prize 2'
- 'return'
- condition: 'true'
priority: 1
actions:
- 'tell: Prize 3'
requirement: 'hasPoints.100'
execute: 'tell: You have 100 points'
deny: 'tell: You dont have 100 points'