Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //int LineID;
- int xxx = 0;
- Script 3 open {
- SetLineSpecial (71, ACS_Execute, 4, 0, 71);
- SetLineSpecial (72, ACS_Execute, 4, 0, 72);
- SetLineSpecial (73, ACS_Execute, 4, 0, 73);
- SetLineSpecial (74, ACS_Execute, 4, 0, 74);
- }
- //Secret switches
- Script 4 (int LineID) {
- xxx++;
- if(xxx == 4)
- {
- AmbientSound("brain/death",127);
- SetLineTexture(LineID, SIDE_FRONT, TEXTURE_TOP, "N_TKRD34");
- }
- else
- {
- AmbientSound("brain/pain",127);
- SetLineTexture(LineID, SIDE_FRONT, TEXTURE_TOP, "N_TKRD34");
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement