-- AddXFile( ID, X, Y, Z, XFileName, FLAGS, movieRGB, movieAlpha, linked ) -- AddSprite( ID, X, Y, W, H, PicFileName, FLAGS, movieIdle, movieTalk, linked ); -- Flags: a combination of the following: VISIBLE, ACTIVE, HASALPHA function main() -- This is a 3D scene Is3D( FALSE ); -- Background AddBackground( "motel\\still_sink1" ); -- Displayable items AddSprite( OSinkLuminolFar, 224, 170, 128, 128, "obj_sink1.dds", 0 ); -- Hotspots AddSprite( 160, 224, 170, 128, 128, nil, ACTIVE, 0, 0, SinkBloodCloseup ); end