Advertisement
Qent

Untitled

Dec 28th, 2013
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. //int LineID;
  2. int xxx = 0;
  3.  
  4. Script 3 open {
  5. SetLineSpecial (71, ACS_Execute, 4, 0, 71);
  6. SetLineSpecial (72, ACS_Execute, 4, 0, 72);
  7. SetLineSpecial (73, ACS_Execute, 4, 0, 73);
  8. SetLineSpecial (74, ACS_Execute, 4, 0, 74);
  9. }
  10.  
  11. //Secret switches
  12. Script 4 (int LineID) {
  13. xxx++;
  14. if(xxx == 4)
  15. {
  16. AmbientSound("brain/death",127);
  17. SetLineTexture(LineID, SIDE_FRONT, TEXTURE_TOP, "N_TKRD34");
  18. }
  19. else
  20. {
  21. AmbientSound("brain/pain",127);
  22. SetLineTexture(LineID, SIDE_FRONT, TEXTURE_TOP, "N_TKRD34");
  23. }
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement