1 | image_speed = 0.1; |
2 | lit = 0; |
3 | active = 1; |
4 | if (room == room_truelab_prepower) |
5 | active = 0; |
6 | if (global.flag[485 truelab_complete] == 1) |
7 | { |
8 | active = 0; |
9 | if (room == room_truelab_prepower) |
10 | active = 2; |
11 | } |