Functions Examples - Wynntils/Wynntils GitHub Wiki

Functions - Examples

Current speed

My current speed is {bps} m/s

image

Current speed, no decimals

My current speed is {bps:0} m/s

image

Current XP Progress, raw numbers:

&a({xp_raw:0}/{xp_req_raw:0}) &6{xp_pct:2}%

image

Current XP progress, simplified:

&a({xp}/{xp_req}) &6{xp_pct:2}%

image

Inventory Slots / Inventory Full

{if_str(eq(inv_free;0); "&cInventory full!"; concat(concat("&2"; string(inv_free)); " free slot"))}

image image