octgn
[[boolean_conditions]]
Last edit on
Oct 5, 2008
10:46 AM
by octgndev
Boolean Tags
The following tags are used to specify boolean conditions inside control structures like the if-then-else.====And
The
Confirm
TheAttributes:
-
text (The text to be displayed.)
The text may contain placeholders. Known placeholders are:
-
{me} (The name of the player who executes the action.) -
{} (The value of a variable.) -
{this} (The name of the card or group the action is executed on.)
Equal to
TheAttributes:
-
left (The left value or variable.) -
right (The right value or variable.) -
type (The data type of the values or variables. Defaults to 'int' if not specified.)
Is Face Down
TheIs Rotated by 90°
TheIs Rotated by 180°
TheLess than
TheAttributes:
-
left (The left value or variable.) -
right (The right value or variable.) -
type (The data type of the values or variables. Defaults to 'int' if not specified.)
====Not
The
Not Equal
TheAttributes:
-
left (The left value or variable.) -
right (The right value or variable.) -
type (The data type of the values or variables. Defaults to 'int' if not specified.)
====Or
The