is ranged weapon
Details
Kode wheel segment | Objects/Equipment |
Style | Boolean variable |
Modifiers | None |
Primarily WHEN/DO | WHEN |
Pre-made brains that use it | Unknown |
Objects >Equipment > is ranged weapon
Description
This tile is Boolean variable. It determines whether an object is a ranged weapon such as a bow or gun.
Example Code
WHEN [for each of][equipment] DO
…WHEN [it][is melee weapon] DO [it][highlight][blue]
…WHEN [it][is ranged weapon] DO [it][highlight][red]
…WHEN [it][is shield] DO [it][highlight][green]
Modifiers
None
Other Uses
None