source: AE/packages/VanillaBSL/IGMD/manplant/particle_scripts.bsl @ 407

Last change on this file since 407 was 407, checked in by gumby, 14 years ago

rename ahoy

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.