- Joined
- Jun 2, 2009
- Messages
- 1,233
-
OrderSeysi
-
Events
-
Unit - A unit Is issued an order targeting an object
-
-
Conditions
-
(Issued order) Equal to (Order(smart))
-
((Triggering unit) is in HerolarBotALL) Equal to True
-
zBool_BotCreepBuldu[(Player number of (Owner of (Triggering unit)))] Equal to False
-
-
Actions
-
Set zBool_BotCreepBuldu[(Player number of (Owner of (Triggering unit)))] = True
-
Set TempCreep[(Player number of (Owner of (Triggering unit)))] = (Target unit of issued order)
-
Trigger - Add to CreepBulduSeysi <gen> the event (Unit - A unit comes within 256.00 of zU_AIHero[(Player number of (Owner of (Triggering unit)))])
-
-
-
CreepBulduSeysi
-
Events
-
Conditions
-
zBool_BotCreepBuldu[(Player number of (Owner of (Triggering unit)))] Equal to True
-
-
Actions
-
Set zBool_BotCreepBuldu[(Player number of (Owner of (Triggering unit)))] = False
-
-
When i replace this zBool_BotCreepBuldu[(Player number of (Owner of (Triggering unit)))] Equal to True
with this one zBool_BotCreepBuldu[(Player number of (Owner of zU_AIHero[3]))] Equal to True This trigger runs.
How can i detect owner of (unit comes within 256 of TempCreep[(Player number of (Owner of (Triggering unit)))]?