I need clarification on the last two from someone who actually knows. I'm not being lazy.
You can figure it out.
package testing {
function player::setTempColor(%plr, %r, %g, %b, %a, %time, %what, %is)
{
echo(%what NL %is);
parent::setTempColor(%plr, %r, %g, %b, %a, %time, %what, %is);
}
};
I'd do it if I was at home but use some logic to figure it out