Home Getting Started With Scripts Using this wiki Commands CTGUI Global functions Bracket Handlers

Waila Stages

This mod is an addon for the GameStages API. Waila Stages allows aspects of the Waila/Hwyla hud to be restricted by a custom progression system. For more info, check out the mod page here

Methods

Hides the entire hud, unless the player has the stage.

script.zs
// mods.WailaStages.addWailaStage(String stage);
mods.WailaStages.addWailaStage("one");

Hides a specific line in the waila hud, unless the player has the stage.

script.zs
// mods.WailaProgression.addRequirement(String stage, String prefix);
mods.WailaProgression.addRequirement("one", "Power:");