Sometimes it's really hard to click a unit to heal him, it'd be nifty if you could say check all the party members health and if it's below say 30% add their icon to the left hero icon bar so it can be clicked and healed that way. Then when they have more HP, it'll take it away.
It's actually pretty simple to do.
Just have to code the if life < 30% crap, but it'd be an awesome feature with very minimal time spent making it! The Advanced control doesn't give any other control except seeing the icon of the hero's on the left side so no drawbacks there.
It's actually pretty simple to do.
JASS:
call SetPlayerAlliance(Player to Give Control, Player Getting Control, ALLIANCE_SHARED_ADVANCED_CONTROL, true)
Just have to code the if life < 30% crap, but it'd be an awesome feature with very minimal time spent making it! The Advanced control doesn't give any other control except seeing the icon of the hero's on the left side so no drawbacks there.