#I need help at scripting
1 messages · Page 1 of 1 (latest)
It should have EmitDelay and EmitCount (or something similar) attribute in each particle or attachment. All you have to do is clone it, position it and use Emit() on each particle emitter with the EmitCount as the parameter and delay each Emit() by the EmitDelay if it has it.
well attributes are for preference and more control as it lets you just change the attributes instead of having to go into the code but yeah