commands separated from the buildmenu...
Moderator: Moderators
commands separated from the buildmenu...
Does anyone know how to do this in lua without completely rewriting all the commands and simulating them in lua?
Re: commands separated from the buildmenu...
What exactly are you trying to do? A crude paint image might illustrate it well.
Re: commands separated from the buildmenu...
Layout handler.
Re: commands separated from the buildmenu...
For Tower Defense?
Re: commands separated from the buildmenu...
Should be able to hook/remove commands from the build menu with the layout handler, then make lua buttons in another area with equivalent functionality (you can send commands like attack etc with custom buttons).
Re: commands separated from the buildmenu...
A recent CA version had half the buttons removed with a custom layout handler.