Is there a way to create a button that issues a custom order. (in my case the order would be null)
I'm trying to create buttons that issue custom orders through hot keys, so i can catch them with triggers "unit has been issued ORDER" for wasd movement. Any help or direction would be appreciated.
This worked out a lot better than I thought it would. The Ability(Effect - Instant) type worked pretty well right out of the box
However, from the tutorials I've seen on WSAD movement, this might be the wrong way to do this. I think you're supposed to write triggers for keyup/down events and set flags for movement triggers that fire every so often.
Here's the map, anyway. If you need to make more buttons, the GIMPDDS Plugin works pretty well.
Is there a way to create a button that issues a custom order. (in my case the order would be null)
I'm trying to create buttons that issue custom orders through hot keys, so i can catch them with triggers "unit has been issued ORDER" for wasd movement. Any help or direction would be appreciated.
@RedFromWinter: Go
This worked out a lot better than I thought it would. The Ability(Effect - Instant) type worked pretty well right out of the box
However, from the tutorials I've seen on WSAD movement, this might be the wrong way to do this. I think you're supposed to write triggers for keyup/down events and set flags for movement triggers that fire every so often.
Here's the map, anyway. If you need to make more buttons, the GIMP DDS Plugin works pretty well.