- Joined
- Dec 9, 2014
- Messages
- 176
I'd like to lock the selection to my hero. By this I mean I'd like to make it so that when clicking on other things my selection stays on the hero. This way I can set things like quest givers to be selected and activate without losing the hero selection. Is there any way to do this?
Edit: So I just tried this:
Edit: Getting closer! This worked perfectly for the Sorceress but failed for the Wizard. I really hope I don't have to set both heroes to the same variable in order for this to work. Hmm, maybe an If, Then, Else thingy will work better.
Edit: So I just tried this:
-
Selection Locking
-

Events
-


Time - Every 0.05 seconds of game time
-
-

Conditions
-

Actions
-


Selection - Select Sorceress for Player 1 (Red)
-


Selection - Select Wizard for Player 1 (Red)
-
-
Edit: Getting closer! This worked perfectly for the Sorceress but failed for the Wizard. I really hope I don't have to set both heroes to the same variable in order for this to work. Hmm, maybe an If, Then, Else thingy will work better.
-
Selection Locking
-

Events
-


Player - Player 1 (Red) Selects a unit
-
-

Conditions
-

Actions
-


Wait 0.05 seconds
-


Selection - Select Sorceress for Player 1 (Red)
-


Selection - Select Wizard for Player 1 (Red)
-
-
Last edited:










