Chain reaction scripting

Hi, my name is Orion I would like to ask a small (I hope) question...

In this project of mine I have an area of the game where I need a bit of scripting help, I need a row of objects to change Color one after the other, that would be easy but... I need it to work somewhat like electricity, the objects will not always be in the same order I have a source and a thing to happen at the end I was thinking it could work like this: (Object1): add tag "active" (object2): detect tag if true yield and wait for 1 second change color to blue add tag "active" and so on, I hope you get the idea and I hope you can help; I'm new to using triggers and tags so the more complete the code the better!

Thanks in advance - OrionTL

Sounds like SendMessage would help you here

Thanks Dave,

Could you elaborate a bit on how i would use it?

i could upload a demo if that would help you understand it?

Thanks

OrionTL