registerOutputEvent("fxDTSBrick", "exampleFunction", "string 40 32" , "string 40 32", 0);
function fxDTSBrick::exampleFunction(%argument1, %argument2, ...)
Alright, I'm trying to get two different strings in the output event, and I want these strings to be stored in the variables %argument1, and 2 respectively. This is just an example code. Not exactly what I'm writing, but it should be the same in this situation.
The problem I'm getting is the second argument isn't the second string. It's undefined and causes some odd glitches.
If anyone could inform me on how to resolve this or post some sample code, that would be nice :)