source: nikanabo/current/bsl/original/IGMD/power/particle_scripts.bsl

Last change on this file was 185, checked in by geyser, 17 years ago
File size: 464 bytes
Line 
1#partice scripts
2#alex okita
3#turns on and off particles for rooms
4
5#power1
6func void power1_start(string ai_name)
7{
8 dprint power1_start
9 particle power1 do start
10}
11func void power1_stop(string ai_name)
12{
13 dprint power1_stop
14 particle power1 do stop
15}
16#power2
17func void power2_start(string ai_name)
18{
19 dprint power2_start
20 particle power2 do start
21}
22func void power2_stop(string ai_name)
23{
24 dprint power2_stop
25 particle power2 do stop
26}
Note: See TracBrowser for help on using the repository browser.