Just discovered something.
Now, I don't know much about particle emitters and stuff, but I found a problem with the snowfall on UN.
Basically, the script has the particle image changing every .5 seconds, so it changed the image for each new snowflake.
On v5, changing the image of the particle would only change it for new particles...
On v6, it is changing the image for
every particle, ones already created, and new ones.
Not sure if this is a glitch, or if it was a glitch in v5.
The script changing the image of said particle is:
PHP Code:
findimg(200).emitter.particle.image = temp.newimg;