source: nikanabo/current/bsl/original/IGMD/compound/particle_scripts.bsl@ 226

Last change on this file since 226 was 185, checked in by geyser, 17 years ago
File size: 759 bytes
RevLine 
[185]1#snow for the airfield
2func void snow1_start(string ai_name)
3{
4 dprint snow1_start
5 particle snow1 start
6}
7func void snow1_stop(string ai_name)
8{
9 dprint snow1_stop
10 particle snow1 stop
11}
12func void snow2_start(string ai_name)
13{
14 dprint snow2_start
15 particle snow2 start
16}
17func void snow2_stop(string ai_name)
18{
19 dprint snow2_stop
20 particle snow2 stop
21}
22func void snow3_start(string ai_name)
23{
24 dprint snow3_start
25 particle snow3 start
26}
27func void snow3_stop(string ai_name)
28{
29 dprint snow3_stop
30 particle snow3 stop
31}
32
33#peak particles form the mountain top
34func void peak_start(string ai_name)
35{
36 dprint peak_start
37 particle peak start
38}
39func void peak_stop(string ai_name)
40{
41 dprint peak_stop
42 particle peak stop
43}
Note: See TracBrowser for help on using the repository browser.