Hello,
I am trying to create a gamblig skript and I have a scheme, but it isn't working.....
no errors or anything
Thank you for any help 

It's saying the ERRR message ...
I am trying to create a gamblig skript and I have a scheme, but it isn't working.....
no errors or anything
Code:
command /gamble [<text>] [<text>]:
trigger:
arg 1 is "bet":
set {gamblemoney::%player%} to arg 2
if player's money is greater or equal to {gamblemoney::%player%}:
subtract {gamblemoney::%player%} from player's money
add {gamblemoney::%player%} to player's account
message "gg"
else:
message "ERRR"
It's saying the ERRR message ...