Advertisement
Jym_Nova

Glow Switch

Jun 30th, 2025
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. integer on;
  2.  
  3. default{
  4. touch_start(integer total_number){
  5. on = !on;
  6. llSetPrimitiveParams([PRIM_GLOW,ALL_SIDES,(float)on/10]);
  7. }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement