Line | |
---|
1 | #snow for the airfield
|
---|
2 | func void snow1_start(string ai_name)
|
---|
3 | {
|
---|
4 | dprint snow1_start
|
---|
5 | particle snow1 start
|
---|
6 | }
|
---|
7 | func void snow1_stop(string ai_name)
|
---|
8 | {
|
---|
9 | dprint snow1_stop
|
---|
10 | particle snow1 stop
|
---|
11 | }
|
---|
12 | func void snow2_start(string ai_name)
|
---|
13 | {
|
---|
14 | dprint snow2_start
|
---|
15 | particle snow2 start
|
---|
16 | }
|
---|
17 | func void snow2_stop(string ai_name)
|
---|
18 | {
|
---|
19 | dprint snow2_stop
|
---|
20 | particle snow2 stop
|
---|
21 | }
|
---|
22 | func void snow3_start(string ai_name)
|
---|
23 | {
|
---|
24 | dprint snow3_start
|
---|
25 | particle snow3 start
|
---|
26 | }
|
---|
27 | func void snow3_stop(string ai_name)
|
---|
28 | {
|
---|
29 | dprint snow3_stop
|
---|
30 | particle snow3 stop
|
---|
31 | }
|
---|
32 |
|
---|
33 | #peak particles form the mountain top
|
---|
34 | func void peak_start(string ai_name)
|
---|
35 | {
|
---|
36 | dprint peak_start
|
---|
37 | particle peak start
|
---|
38 | }
|
---|
39 | func 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.