Kane_Red

Remove Particle engine response LSL

Nov 8th, 2018
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. default {
  2.     state_entry() {
  3.         llParticleSystem([]);
  4.         llRemoveInventory(llGetScriptName());
  5.     }
  6. }
Advertisement