SLUniverse Forums - View Single Post - ParticleSystem logic problem.
View Single Post
Old 08-26-2008, 10:18 PM   #1 (permalink)
DeViLiTe
Junior Member
 
Join Date: Aug 2008
Posts: 9
ParticleSystem logic problem.

Hey im having a logic problem (everything's fine and there's an error although)

in this script:

default
{
state_entry()
{
llParticleSystem([

PSYS_SRC_PATTERN,PSYS_SRC_PATTERN_ANGLE,
PSYS_SRC_TEXTURE,"*****",
PSYS_SRC_BURST_RATE,10

]);
}
}

(i puted a good texture i just "sensored" it)

and its not happenin to me with only that, also with the max age and more stuff, can anybody tell me the problem? i need it for tomorrow and its very important. thanks in advanced

edit:
i found the problem. i used integer instead of float

Last edited by DeViLiTe; 08-26-2008 at 10:34 PM.
DeViLiTe is offline   Reply With Quote