Hey can someone help with this Trigger its suppose to set the spelled being bought to a hotkey as Q W E R. depending on which order they where bought in, so Spell 1 bought = Q Hotkey, and also so it gets described as Hotkey'ed to Q but i am kind of lost
-
Hotkey'ed Spells
-
Events
-
Unit - A unit Acquires an item
-
-
Conditions
-
(Picked item) Equal to Hoykeyed[(Position X of Ability[(Player number of (Triggering player))])]
-
(Item-type of (Item being manipulated)) Equal to Thorn Aura
-
(Item-type of (Item being manipulated)) Equal to Frost Nova
-
(Item-type of (Item being manipulated)) Equal to Chain Lightning
-
(Item-type of (Item being manipulated)) Equal to Blizzard
-
-
Actions
-
Set Hoykeyed[(Position X of Ability[(Player number of (Triggering player))])] = (Item being manipulated)
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Position X of Ability[(Player number of (Triggering player))]) Equal to 1
-
-
Then - Actions
-
Game - Set Position X of Ability[(Player number of (Triggering player))] to 1
-
Item - Set Description of (Item being manipulated) to |c00FFFF00 Q |r
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Position X of Ability[(Player number of (Triggering player))]) Equal to 2
-
-
Then - Actions
-
Game - Set Position X of Ability[(Player number of (Triggering player))] to 2
-
Item - Set Description of (Item being manipulated) to |c00FFFF00 W |r
-
-
Else - Actions
-
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Position X of Ability[(Player number of (Triggering player))]) Equal to 3
-
-
Then - Actions
-
Game - Set Position X of Ability[(Player number of (Triggering player))] to 3
-
Item - Set Description of (Item being manipulated) to |c00FFFF00 E |r
-
-
Else - Actions
-
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Position Y of Ability[(Player number of (Triggering player))]) Equal to 1
-
(Picked item) Equal to Hoykeyed[(Position Y of Ability[(Player number of (Triggering player))])]
-
-
Then - Actions
-
Game - Set Position Y of Ability[(Player number of (Triggering player))] to 1
-
Item - Set Description of (Item being manipulated) to |c00FFFF00 R |r
-
-
Else - Actions
-
-
-
Else - Actions
-
-
-