Yeah. I checked it out. Cool concept, but sadly the distributors can supply the generators with energy too, and thats the thing i don't want to happen. And no, I cant use a Unit Type != Generator, because CC provides Unit1 with energy, which supplies Unit2 with energy, etc. Unit1 type = Unit2 Type
Sorry for bothering with my question, but a while ago I posted a question asking about Power Lines. DrSuperEvil was nice enough to provide me with his custom map about it, but sadly, I didn't really understand the mechanics about it, so I figured: "Herpety derp, I'll come up with a bright idea on my own!" So...
I figured there must be a way to validate something like:
Target Unit != Source of 'Behavior' on Caster Unit
And then:
If (Target Not Source of 'Behavior' on Caster unit, Target Not Self) -> Apply 'Behavior' to Target unit
If (Caster unit has 'Behavior', Target Not Self, Target Not Source of 'Behavior' on Caster unit) -> Apply 'Behavior' to unit
The last two I can do myself. But please, please, help me with the first one!
@FunkyUserName: Go
Yeah. I checked it out. Cool concept, but sadly the distributors can supply the generators with energy too, and thats the thing i don't want to happen. And no, I cant use a Unit Type != Generator, because CC provides Unit1 with energy, which supplies Unit2 with energy, etc. Unit1 type = Unit2 Type
EDIT: I looked only at Char TD
Sorry for bothering with my question, but a while ago I posted a question asking about Power Lines. DrSuperEvil was nice enough to provide me with his custom map about it, but sadly, I didn't really understand the mechanics about it, so I figured: "Herpety derp, I'll come up with a bright idea on my own!" So...
I figured there must be a way to validate something like:
Target Unit != Source of 'Behavior' on Caster Unit
And then:
If (Target Not Source of 'Behavior' on Caster unit, Target Not Self) -> Apply 'Behavior' to Target unit
If (Caster unit has 'Behavior', Target Not Self, Target Not Source of 'Behavior' on Caster unit) -> Apply 'Behavior' to unit
The last two I can do myself. But please, please, help me with the first one!