Quote:
Originally Posted by theHAWKER
Serverside or and client, Lots of checks, not as many loops, a few Timeouts
|
1 NPC ANYWHERE with this would cause a lot of lag:
PHP Code:
function onCreated()
{
temp.array = {"Stuff"};
for ( temp.i: temp.array )
temp.array.add( temp.i );
}
