level
Details
Kode wheel segment | Champions |
Style | Number variable |
Modifiers | None |
Primarily WHEN/DO | WHEN |
Pre-made brains that use it | Unknown |
Champions > level
Description
This tile is used on the WHEN side and queries the level of the champion. Paired with a number. Use a boolean on the DO side to determine what happens when the WHEN side is true
Example Code
WHEN [level][equal to][10] DO [boolvar:championlevel10][=][true]
WHEN [boolvar:championlevel10] DO ….
Modifiers
None
Other Uses
None