- Joined
- Jun 5, 2007
- Messages
- 100
hi guys, I'm currently working on a map were you acquire resources by capturing control points. So far I've got two triggers.
one that is pretty simple,
but what I can't do is make it count how many you have and give you gold for it. does anyone have any ideas? there is no condition to check the owner of a unit, or I would have made it so that if you own the control point you start acquiring gold every 30 seconds from it. But I can't find the check owner condition.
one that is pretty simple,
-
events-
-
unit - circle of power - is attacked
-
conditions-
-
unit type of [triggering unit] equal to circle of power
-
actions-
-
set life of circle of power to 100%
-
change owner of circle of life to owner of attacking unit
but what I can't do is make it count how many you have and give you gold for it. does anyone have any ideas? there is no condition to check the owner of a unit, or I would have made it so that if you own the control point you start acquiring gold every 30 seconds from it. But I can't find the check owner condition.