Functions Examples - Wynntils/Wynntils GitHub Wiki
Functions - Examples
Current speed
My current speed is {bps} m/s
Current speed, no decimals
My current speed is {bps:0} m/s
Current XP Progress, raw numbers:
&a({xp_raw:0}/{xp_req_raw:0}) &6{xp_pct:2}%
Current XP progress, simplified:
&a({xp}/{xp_req}) &6{xp_pct:2}%
Inventory Slots / Inventory Full
{if_str(eq(inv_free;0); "&cInventory full!"; concat(concat("&2"; string(inv_free)); " free slot"))}