Skip to content

llMakeSmoke

Function Syntax
void llMakeSmoke(
  1. integer Particles,
  2. float Scale,
  3. float Velocity,
  4. float Lifetime,
  5. float Arc,
  6. string Texture,
  7. vector Offset
);

Make smoke like particles. Deprecated: Use llParticleSystem instead.

Make smoky particles using texture from the objects inventory. Deprecated: Use llParticleSystem instead.