is champion
Details
Kode wheel segment | Champions |
Style | Boolean variable |
Modifiers | None |
Primarily WHEN/DO | WHEN |
Pre-made brains that use it | Unknown |
Champions > is champion
Description
This tile is used on the WHEN side and returns as true when the object specified is a champion. This is used when you want a different action to happen when the player is a champion than when it is a normal character. 1
Example Code
WHEN [interacted] DO
…WHEN [it][is champion] DO [it][equip me]
…/…WHEN [else] DO [it][pick up][me]
Modifiers
None
Other Uses
None
Footnotes:
- Thanks to DankerPie3 and Nico Holzer for their help with this tile