I need to register when a player double clicks a unit so I can change it's ownership, but it seems the event for Unit Clicked is broken, as the trigger:
Events
Unit Selection - Any Unit is clicked by Player Any Player
Local Variables
Conditions
Actions
UI - Display "selected" for (All players) to Subtitle area
doesn't work. That or I'm really missing something important here... help?
I need to register when a player double clicks a unit so I can change it's ownership, but it seems the event for Unit Clicked is broken, as the trigger:
Events Unit Selection - Any Unit is clicked by Player Any Player Local Variables Conditions Actions UI - Display "selected" for (All players) to Subtitle area
doesn't work. That or I'm really missing something important here... help?
Under Unit Flags uncheck Cannot Be Clicked.
Or you can create a generic Mouse Clicked trigger, get the current mouse position and search for whatever unit is there.
Try: