function main() Is3D( FALSE ); AddBackground( "theatre\\still_3rd_mary_blood_closeup" ); -- Displayable objects AddSprite( OTheatreSquibbEstab, 278, 43, 32, 32, "obj_squibb.dds", VISIBLE ); -- Hotspot AddSprite( HTheatreSquibb, 284, 50, 33, 25, nil, ACTIVE, 0, 0, TheatreMarySquibb ); AddSprite( HTheatreBloodTool, 234, 149, 76, 83, nil, ACTIVE, 0, 0, TheatreMaryBloodTool ); end