-
-
Notifications
You must be signed in to change notification settings - Fork 5
Rule
Brad Root edited this page Apr 10, 2023
·
1 revision
Rules can be used to determine whether a Decision should appear to a player.
All Rules must have an Attribute that they reference.
Rules can perform the following checks on an Attribute's current value:
- Equal to a value (
==
) - Not equal to a value (
!=
) - Greater than a value (
>
) - Less than a value (
<
)
This is the value used for the comparison. It is a floating point number.