Quote:
Originally Posted by Twinny
He's rewritten the default graalats class into GS2 and added a for loop for some strange reason  .
Also, for
PHP Code:
if (updategani) { this.updategani(); }
Is there any way to write that as an event rather than a condition? =x
|
HTML Code:
function onUpdateGani()
{
this.updategani();
}
I use it in the Gralats class I rescripted awhile ago