• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

Control Buttons

Status
Not open for further replies.
You basically can take usage of one of the new functions, "Disable Ability":

1.png


... but I could not see you can select "Move" with GUI, for example. You can use JASS, though, to use this function with Move, or Attack, too. See Map attached.

In demo you can see if you disable the ability 'Amov' then you remove:
  • Move
  • Hold Position
  • Patrol
.. and if now 'Aatk' gets disabled, then:
  • Attack
  • Stop
.. will be removed, too. 'Aatk" should mean to remove only "Attack". The things with "Stop" is, if "Move" and "Attack" are both removed, then it will be automatically removed, too. But if one exists, it will exist, too.
 

Attachments

  • Remove Abilitiy.w3x
    13.1 KB · Views: 22
Level 8
Joined
Aug 13, 2018
Messages
338
My world editor can't open this file. A few months ago, I asked the same question and someone gave me a .text file where I could move the buttons and delete them, and I need that file. Actually you must import that file to move and delete buttons.
 
Status
Not open for further replies.
Top