Hi! I have different particle sprites in different colors and tried to use a family with instance var to select a specific one in a function without the need to write one line for each color like this:
----+ Text: ID = "Black"
-----> Exhaust: Set particle object to Exhaust_Black
----+ Text: ID = "Red"
-----> Exhaust: Set particle object to Exhaust_Red
I tried to select the Family by Instance Var (with compare instance var, pick by evaluate etc.) but when I use Set object to Family its always spawning random family members as particles not jus the color specified.
* On function 'SetExhaust'
* Parameter 'ExhaustID' (String)
----+ Exhausts: ID = ExhaustID
-----> Exhaust: Set particle object to Exhausts
Is it possible to use a single color from the family somehow?