Request for llLinkParticleSystem, like llParticleSystem with additional parameter to specify a member of the linked set (as llSetLinkPrimitiveParams is to llSetPrimitiveParams, but for particle systems). Addition of this function would permit reduction in the number of scripts running in a linked object.
Function: llLinkParticleSystem( integer linknumber, list rules );
As in llSetLinkPrimitiveParams, the linknumber parameter should accept LINK_* flags and specific child prim numbers. Behavior with invalid linknumber values should be consistent with llSetLinkPrimitiveParams.