SNDSEQ.txt 470 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. ///////////
  2. // DOORS //
  3. ///////////
  4. :Door1
  5. door 0
  6. playuntildone door1_start
  7. playrepeat door1_mid
  8. stopsound door1_end
  9. end
  10. :Door2
  11. door 2
  12. playuntildone misc/sm_bdor
  13. end
  14. :Door3
  15. door 3
  16. playuntildone dswlfcl
  17. stopsound dswlfop
  18. end
  19. ///////////////
  20. // PLATFORMS //
  21. ///////////////
  22. :Plat1
  23. platform 1
  24. playuntildone plat1_start
  25. playrepeat plat1_mid
  26. stopsound plat1_end
  27. end
  28. :Lift7
  29. platform 7
  30. playrepeat stnmov
  31. stopsound silent
  32. end