- Joined
- Aug 15, 2007
- Messages
- 37
I need to cast an ability that doesn't have an order string. The spell is based off of a moon wells - replenish mana spell.
Here's what I'm trying currently:
Here's what I'm trying currently:
-
ChannelMana
-
Event
-
Player- Player 1 gold becomes > 0
-
-
Actions
-
set group = (units of player 1 of type Mana Well)
-
unit group- pick every unit in group and do multiple actions
-
custom script - call IssueTargetOrderById(GetEnumUnit(),'A006',GetEnumUnit())
-