total xp to level
Details
Kode wheel segment | Champions |
Style | Number variable |
Modifiers | None |
Primarily WHEN/DO | WHEN |
Pre-made brains that use it | Unknown |
Champions > total xp to level
Description
This tile is used on the WHEN side and queries the current amount of xp still needed to level up 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 [total xp to level][<][500] DO [boolvar:nearlylevel][=][true]
WHEN [boolvar:nearlylevel] DO ….
Modifiers
None
Other Uses
None