source:
AE/packages/VanillaBSL/IGMD/manplant/particle_scripts.bsl@
492
| Last change on this file since 492 was 407, checked in by , 16 years ago | |
|---|---|
| File size: 368 bytes | |
| Rev | Line | |
|---|---|---|
| [407] | 1 | #partice scripts |
| 2 | #alex okita | |
| 3 | #turns on and off particles for rooms | |
| 4 | #################################### | |
| 5 | ## brain1 ## | |
| 6 | #################################### | |
| 7 | func void brain1_on(string ai_name) | |
| 8 | { | |
| 9 | dprint begin_evil_particles | |
| 10 | particle brain1 do start | |
| 11 | } | |
| 12 | func 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.
