- Joined
- Apr 27, 2012
- Messages
- 241
Hello!
I want the button that opens the build menu to be hidden.
I tried 3 methods, but they all failed:
The topic is discussed in other threads, but there is no proper solution yet.
I want the button that opens the build menu to be hidden.
I tried 3 methods, but they all failed:
- Editing "units/CommandFunc.txt" so that the Build Button's Position is 0,-11. The build button's position remained unchanged ingame. I tested the 0,-11 value for other buttons like move, and it worked for them, but not for the 'build' button.
- Using custom script "call UnitRemoveAbilityBJ( 'ANbu', GetTriggerUnit() )". This removed the icon, but it also removed the functionality and the unit can no longer build when ordered through some other triggers.
- Using custom script "call BlzUnitHideAbility( GetTriggerUnit(), 'ANbu', true )". I have never used that script before, but it got automatically disabled when testing the map. I use an older version of WC3. Is this a newer script that was added through more recent updates?
The topic is discussed in other threads, but there is no proper solution yet.
Last edited: