I am using the particle laboratory templates. I just modified one part of the script as follows (1 example/3) :
"
// After-Effect & Influence Parameters:
PSYS_SRC_ACCEL, < 00.00, 00.00, 00.0>,
PSYS_SRC_TARGET_KEY, (key) llGetLinkKey(20),
PSYS_PART_FLAGS, (integer) ( 0 // Texture Options:
| PSYS_PART_INTERP_COLOR_MASK
| PSYS_PART_INTERP_SCALE_MASK
| PSYS_PART_EMISSIVE_MASK
| PSYS_PART_FOLLOW_VELOCITY_MASK
// After-effect & Influence Options:
// | PSYS_PART_WIND_MASK
// | PSYS_PART_BOUNCE_MASK
// | PSYS_PART_FOLLOW_SRC_MASK
| PSYS_PART_TARGET_POS_MASK
| PSYS_PART_TARGET_LINEAR_MASK
)
//end of particle settings
"
Everything works fine, except that, when I rezz the object again, the particles don't "work" (show) spontaneously..... They do only if I manuallly reset them in each individual prim....?
I added a touch toggle (which I didn't really needed..) but it doesn't change anything....?
Thanks for your help..
PS : The particle laboratory is fantastic ! I wanted to give a contribution but couldn't find any tipjar there... If you know where it is, please let me know....

