I was wondering if anyone could explain this event? I have been trying to use it to trigger text to appear but have had no success.
Events
Unit Selection - Any Unit is Highlighted by Player 1
Local Variables
Hltd Unit = No Unit <Unit>
Actions
Variable - Set Hltd Unit = (Triggering unit)
UI - Display (Name of (Unit type of Hltd Unit)) and play UI_Starmap_Popup for (All players)
I have tried other selection events (with just simply displaying text) and they do not seem to work either. Is this a bug or am I doing something incorrectly? Any help would be greatly appreciated!
I was wondering if anyone could explain this event? I have been trying to use it to trigger text to appear but have had no success.
Events
Unit Selection - Any Unit is Highlighted by Player 1
Local Variables
Hltd Unit = No Unit <Unit>
Actions
Variable - Set Hltd Unit = (Triggering unit) UI - Display (Name of (Unit type of Hltd Unit)) and play UI_Starmap_Popup for (All players)
I have tried other selection events (with just simply displaying text) and they do not seem to work either. Is this a bug or am I doing something incorrectly? Any help would be greatly appreciated!
Thank you.
This has probably been asked before. Did you disable unit cannot be highlighted in units:flags?
@YiffMaster: Go
I did some digging and couldn't find anything specific.
Your solution worked; I was able to see the ring when scrolling over the unit so I totally ignored unit flags! Thanks so much!