How do I Target SPECIFIC objects IN ORDER using Find Target or Script?


#1

Hi all,

I have a system set up where my particles target 5 Geo objects using FindTarget. But I need them to target the objects in a SPECIFIC ORDER, I’m assuming I need to use a script or script integer but am no way a worthy script’r… I’m looking for either a script :deal: or is there a way to achieve this using Events??

Thanks all!!

William Wallace


#2

Create five events with a Find Target test in each, and chain them up.

event 01
Find target
Target found? - Send to next event

event 02
Find target
Target found? - Send to next event

Et cetera. That’s the beauty of event driven particles. Sequencing is easy. You just gotta ask yourself, “In what order do I want “events” to happen?”, and lay out your network of “events” accordingly. :slight_smile:


#3

This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.