On Era I am using the params variable in order to use gani parameters, which works fine:
PHP Code:
showtext(temp.ix + 1, x + 1.6, (y - 2) + temp.i + 0.05, "", "bc", params[0]);
PHP Code:
setplayerprop #P(11 + i),era_floattext.gani,#p(1);
I am also using it in a testing script of mine:
PHP Code:
setani("era_skyldmpcharge", 0, 1, 0, 1);
PHP Code:
changeimgcolors(200, params[0], params[1], params[2], (temp.i / 10) - 0.1);