shadowm

Untitled

Jan 2nd, 2014
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. [event]
  2. name=start
  3.  
  4. [sound_source]
  5. id=campfire_sound_source
  6. x,y=1,1
  7. sounds=ambient/campfire.ogg
  8. # Loop continuously forever
  9. delay,loop,chance=0,-1,100
  10. full_range,fade_range={INFINITY},{INFINITY}
  11. check_fogged,check_shrouded=no,no
  12. [/sound_source]
  13.  
  14. [message]
  15. speaker=narrator
  16. message="Sound source created"
  17. [/message]
  18.  
  19. [remove_sound_source]
  20. id=campfire_sound_source
  21. [/remove_sound_source]
  22.  
  23. [message]
  24. speaker=narrator
  25. message="Sound source deleted"
  26. [/message]
  27. [/event]
Advertisement
Add Comment
Please, Sign In to add comment