-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSNDSEQ.txt
76 lines (67 loc) · 1.37 KB
/
SNDSEQ.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
///////////
// DOORS //
///////////
//=============================================//
:SwingDoor_Wood_Open
play uw/wood2
nostopcutoff
end
:SwingDoor_Wood_Close
play uw/wood1
nostopcutoff
end
[SwingDoor_Wood
DOOR 10
0 SwingDoor_Wood_Open
1 SwingDoor_Wood_Close
2 SwingDoor_Wood_Open
3 SwingDoor_Wood_Close
]
//=============================================//
:SwingDoor_Metal_Open
play uw/metal2
nostopcutoff
end
:SwingDoor_Metal_Close
play uw/metal1
nostopcutoff
end
[SwingDoor_Metal
DOOR 11
0 SwingDoor_Metal_Open
1 SwingDoor_Metal_Close
2 SwingDoor_Metal_Open
3 SwingDoor_Metal_Close
]
//=============================================//
:SwingDoor_Stone_Open
play uw/stone2
nostopcutoff
end
:SwingDoor_Stone_Close
play uw/stone1
nostopcutoff
end
[SwingDoor_Stone
DOOR 12
0 SwingDoor_Stone_Open
1 SwingDoor_Stone_Close
2 SwingDoor_Stone_Open
3 SwingDoor_Stone_Close
]
//=============================================//
:SwingDoor_Portcullis_Open
play uw/culls2
nostopcutoff
end
:SwingDoor_Portcullis_Close
play uw/culls1
nostopcutoff
end
[SwingDoor_Portcullis
DOOR 13
0 SwingDoor_Portcullis_Open
1 SwingDoor_Portcullis_Close
2 SwingDoor_Portcullis_Open
3 SwingDoor_Portcullis_Close
]