I have a problem on my current project
i want to create a chain of lightning going from one object to an other and also have all these objects in one and the same family in other words als enemies and osses ut not the lighning or the projectiles
for better understanding here is a picture
when object "A" hits object "1" it should create a lightning to object "2", from "2" to "3" and from "3" to "4" without cyrcling
i guess instance variales could help here
as you can see object 2 doing it right but object 1 aiming itself. btw for aiming i was using the turret behavior and the length/width is usulay controlled by a "distance" expression wich is missing in the current version of this because i tried it over and over again evertime making it new and forgot it this time. I would very thankfull if someone had an idea how to solve this