Hello fellow members of The Hive, I am trying to make a passive ability for my hero, which gives him a 20% chance to summon a bear on his auto-attacks. But for some reason Orb of Lightning won't work with the summon bear ability. What Am I to do?
Set TempPoint1 = (Position of (Attacking unit))
Set TempPoint2 = (Position of (Attacked unit))
Unit - Create 1 Misha (Level 1) for (Owner of (Attacking unit)) at TempPoint1 facing TempPoint2
Unit - Order (Last created unit) to Attack (Attacked unit)
Custom script: call RemoveLocation (udg_TempPoint1)
Custom script: call RemoveLocation (udg_TempPoint2)
Ahh I see Thanks a ton. But if you diden't use Arrays, than how did you define TempPoint1 and 2? I am unable to pick any numbers, when it ain't an array.