[quote:va2dtu18]
665/5000
For simplicity, and because I can not anticipate the 1000, you can not anticipate the 1000 parameter function call you might want to make, the plugin only passes 2 values back to the event system:
1. the function name
2. all of the function parameters, in a csv string
These can be obtained using expressions or they can be uploaded into an array using JSON: for any x position:
y = 0 for the function name
y = 1 for the csv string of parameters
Dust off your text manipulation techniques and "token" will be your friend.
I was hoping to avoid digging into csv
A small example of adding a couple of parameters might make the task easier
First impression - it works! This is the system I dreamed about )