
Thanks! That was what I was looking for.
Another question..
Where different functions have a different number of params, is there any way to access an array and use each entry as a seperate parameter?
For example..
PHP Code:
functionname = "putexplosion";
functionparamz = {0,player.x,player.y};
(@functionname)(functionparamz);