function main() Is3D( FALSE ); AddBackground( "Tropicana\\crime_scene" ); -- movies AddSprite( Nick, 214, 72, 160, 312, nil, VISIBLE+ACTIVE, 5, 6 ); -- while car and body are there (until the morgue is visited, on first entry in location) AddSprite( OSFXCar, 0, 96, 208, 256, nil, VISIBLE, 9 ); AddSprite( OSFXLight, 373, 144, 120, 80, nil, VISIBLE, 10 ); -- after car and body are taken (morgue was visited, second entry in this location) AddSprite( OSFXLight1, 85, 163, 120, 120, nil, 0, 11 ); AddSprite( OSFXLight2, 373, 145, 120, 80, nil, 0, 12 ); end