Advertisement
LethBaumann

Loop sound with sound UUID

May 15th, 2019
1,071
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. default
  2. {
  3.     state_entry()
  4.     {
  5.         llLoopSound("a7fa68f4-7296-d5c0-67b5-72f19e73d69b", 1); //UUID of sound and volume (0.0 - 1.0)
  6.     }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement