#Why does it enter the deny_commands function?
1 messages · Page 1 of 1 (latest)
type: ">="
you had string equals, which means if you have more than 4000 credits, or if the placeholder's syntax is different, it won't work
>= converts the placeholder in the input and the 4000.00 in the output as actual numbers in the code to be able to make a "greather than or equal to" check
ok, i understand