- Joined
- Jan 29, 2010
- Messages
- 213
Hi all,
I have one problem here.
I'm creating an ability witch selects all items in the map of type, but I can't find a way how to do that.
1.
There's an "action":
There is variables like:
I need Action like this one:
I would really appreciate your help
I have one problem here.
I'm creating an ability witch selects all items in the map of type, but I can't find a way how to do that.
1.
There's an "action":
- Item - Pick every item in (Playable map area) and do (Actions)
- Unit Group - Pick every unit in (Units in (Playable map area) matching (condition)) and do (Actions)
There is variables like:
- Item
- Item-Class
- Item-Type
- Unit-Group
I need Action like this one:
- Item - pick every Item in the map of type XXX matching String (Substring((String((Custom value of (Picked item)))), 1, 1)) Equal to (String((Player number of (Owner of (Casting unit)))))
- ((Item-type of (Picked item)) Equal to Doll) and ((Substring((String((Custom value of (Picked item)))), 1, 1)) Equal to (String((Player number of (Owner of (Casting unit))))))
I would really appreciate your help