- Joined
- Feb 2, 2013
- Messages
- 97
Hi guys,
I want a 3 skills, one for making all units of the skill using player hold postion, one for attack at a pickable point, and one to move to a pickable point.
My first idea was to create a tower for each player (also a trigger for each player, this one is for red), give him 3 spells with matching names, and than do stuff like this:
TowerHold
Events
Unit - A unit Start, Cast a spell
Conditions
(Owner of (Triggering unit)) Equal Player 1 (Red)
(Ability being cast) Equal Hold Position ALL
Actions
Einheitengruppe - Pick every unit in (Units in (Playable map area) owned by Player 1 (Red)) and do (Unit - Order (Picked unit) to Position halten)
It doesent work, why?
I want a 3 skills, one for making all units of the skill using player hold postion, one for attack at a pickable point, and one to move to a pickable point.
My first idea was to create a tower for each player (also a trigger for each player, this one is for red), give him 3 spells with matching names, and than do stuff like this:
TowerHold
Events
Unit - A unit Start, Cast a spell
Conditions
(Owner of (Triggering unit)) Equal Player 1 (Red)
(Ability being cast) Equal Hold Position ALL
Actions
Einheitengruppe - Pick every unit in (Units in (Playable map area) owned by Player 1 (Red)) and do (Unit - Order (Picked unit) to Position halten)
It doesent work, why?