hide object
Posted: Thu Jan 21, 2016 10:39 am
Should this hide the object?
SetUIObjectVisible("BattleMPSaveButton", 0);
Placed it in (FUNCTION STARTTURN(side) )
but using
SetUIObjectEnabled("BattleMPSaveButton", 0);
the object is disabled correctly...
SetUIObjectVisible("BattleMPSaveButton", 0);
Placed it in (FUNCTION STARTTURN(side) )
but using
SetUIObjectEnabled("BattleMPSaveButton", 0);
the object is disabled correctly...