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

Last change on this file since 226 was 185, checked in by geyser, 17 years ago
File size: 368 bytes
Line 
1#partice scripts
2#alex okita
3#turns on and off particles for rooms
4####################################
5## brain1 ##
6####################################
7func void brain1_on(string ai_name)
8{
9 dprint begin_evil_particles
10 particle brain1 do start
11}
12func void brain1_off(string ai_name)
13{
14 dprint stop_the_evil
15 particle brain1 do stop
16}
Note: See TracBrowser for help on using the repository browser.