Is it possible to create a GUI animation control, and then write parameters to it via the "aniparams" variable?
I've tried:
PHP Code:
new GuiShowImgCtrl(GUIName) {
ani = "ganiname";
};
GUIName.aniparams = {1, 1};
GUIName.actor.aniparams = {1, 1};
which failed, and the capability doesn't appear to be listed within the GUI documentation on the Wiki.
If it's not possible, it would be nice if it was.