I have now made the particle effect but how can I make it emit and stop emitting on command?
I have tried a few things but can't seem to get it to work.
Here is how it's set up.
PHP Code:
with(findimg(200)){
//Stuff.
with(emitter){
//More stuff.
with(particle[0]){
//Even more stuff.
}
}
}