the RandomArray plugin defines 2 properties which appear in the editor on the left under properties. I.e. Width and StartValue. These can be set by hand.
However, I need to set the startvalue property dynamically at runtime.
I cant find any way to do this (unless I try to extend the plugin I guess).
Does C2 expose a way to edit a plugins properties in the event sheet? I tried the "set value" under instance variables of the object, but this doesnt work. Basically, I need to somehow evaluate the expression: "RandomArray.StartValue = loopindex" or similar.