Thread: Gralats
View Single Post
  #18  
Old 05-06-2007, 10:02 PM
Riot Riot is offline
Delteria Management
Join Date: Nov 2003
Location: Seminole County, Florida
Posts: 280
Riot is on a distinguished road
Quote:
Originally Posted by Twinny View Post
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
Reply With Quote