#pass variable values from particles via events

1 messages · Page 1 of 1 (latest)

winter orchid
#

Does anyone know if there's a way to pass the value of a variable from one particle to another particle created through an event from the same particle?

deep hollow
#

You can do that via temp variables event: { sequence: [expression: "t.a=v.some_var;", particle_effect: {..., pre_effect_script: "v.some_var=t.a;"}]}