source: AE/packages/VanillaBSL/IGMD/tctf/tctf_door_lock_lights.bsl @ 407

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

rename ahoy

File size: 560 bytes
Line 
1#
2# tctf_door_lock_lights.bsl
3#
4# SCRIPTS TO CHANGE THE LOCKED LIGHTS ON DOORS
5#
6# GREEN TO RED: do stop
7# RED TO GREEN: do start
8
9func void floor4_lock(void)
10{
11        music_stop
12        input 0
13        fade_out 0 0 0 30
14        cm_interpolate floor4_lock 0
15        fade_in 30
16        sleep 60
17        particle floor4_lock_locklight01 do start
18        sleep 90
19        fade_out 0 0 0 30
20        cm_reset
21        fade_in 30
22        input 1
23        target_set(60,30.0)
24        sound_dialog_play_block c00_01_28shinatama
25}
26
27func void shin_lock(void)
28{
29        particle shin_lock_locklight01 do start
30        particle roof_locklight01 do start
31}
Note: See TracBrowser for help on using the repository browser.