Advertisement
Guest User

Untitled

a guest
Jul 29th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. default
  2. {
  3.  
  4.     state_entry() {
  5.         llSetTimerEvent(180);
  6.     }
  7.     timer() {
  8.  
  9.         llPlaySound("Name of the sound",1); //dont worry about finding the name if you have the name already....Just type the name in quotes
  10.  
  11.     }
  12.  
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement