Sets if the specified bar for the Current Token is visible or not. If the value is non zero then the bar is visible, if it is 0 it is not visible.
setBarVisible(name, value)
Make "health" bar for the Current Token visible.
[h: setBarVisible("health", 1)]Hide "health" bar for the Current Token.
[h: setBarVisible("health", 0)]