I'm attempting to spawn particles with the Particle Effects Card from Computronics. In the lua interpreter, I have tried a number of different approaches to inputting the arguments, but I always get the same error.
=component.particle.spawn
function(name:string, xCoord:number, yCoord:number, zCoord:number [, defaultVelo:number]):boolean; function(name:string, xCoord:number, yCoord:number, zCoord:number [, xVelo:number, yVelo:number, zVelo:number ]):boolean; Spawns a particle effect at the specified relative coordinates optionally with the specified velocity
Here's the component a