block hit reaction
Details
Kode wheel segment | Combat/Combat Properties/Hit Reactions |
Style | Boolean variable |
Modifiers | None |
Primarily WHEN/DO | Both |
Pre-made brains that use it | Unknown |
Combat > Combat Properties > Hit Reactions > block hit reaction
Description
This tile is a Boolean variable. It determines whether the character will play a hit reaction when blocking the attack. Can be set to true or false, or queried on the WHEN side if it is true or false.
Note: The default on [block] is true.
Example Code
WHEN [once] DO [block hit reaction][=][true]
or
WHEN [block hit reaction] DO [flash color][=][white]
Modifiers
None
Other Uses
None