Quote:
Originally Posted by Stefan
Hmmm Can't you just use params[] ? When you call a function of another object then the parameters are put in params[] (params[] always contains the parameters of the first function called).
|
Ah, why does params[] only work with different objects and not the same one? x-x
I had assumed params[] only worked with events because I couldn't get it to work with two functions in same object, never tried two functions in different objects.
Edit: Chompy, first parameter needs to be a string or null, not an object.