Display text on specific unit selection not working anymore.

Level 2
Joined
Jun 10, 2022
Messages
4
It's been a few months since I've put in any serious work on my map. Using GUI.

I've got this selection event trigger set up to display text to a player, and it was working perfectly the last time I checked. Now.... It does absolutely nothing, and I can't figure out how it could've possibly changed.

Somebody else has tested the trigger, and it works perfectly for them.

What's the deal!?
 

Attachments

  • wc3 hero select text.png
    wc3 hero select text.png
    34.3 KB · Views: 8

Uncle

Warcraft Moderator
Level 73
Joined
Aug 10, 2018
Messages
7,866
I would try using this Player Event instead:
  • Example
    • Events
      • Player - Player 1 (Red) Selects a unit
      • Player - Player 2 (Blue) Selects a unit
      • ... Add more players as needed
    • Conditions
      • (Triggering unit) Equal to WITCH-STALKER (Selection) 290 <gen>
    • Actions
      • ... Put your text message here
 
Top