🎛️Conditions
Last updated
Last updated
hasPermission
Player have specific permission
type: hasPermission input: '<your permission>' output: null
!hasPermission
Player not have specific permission
type: !hasPermission input: '<your permission>' output: null
hasSubscribe
Player is subscribing to specific product
type: hasSubscribe input: '<product id>' output: null
!hasSubscribe
Player is not subscribing to specific product
type: !hasSubscribe input: '<product id>' output: null
>
input > output
type: > input: 'Placeholder/Number' output: 'Number'
<
input < output
type: < input: 'Placeholder/Number' output: 'Number'
>=
input > output OR input = output
type: >= input: 'Placeholder/Number' output: 'Number'
<=
input < output OR input = output
type: <= input: 'Placeholder/Number' output: 'Number'
==
input equals output
type: == input: 'Placeholder/Number' output: 'Number'