-- 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_bathroomview" ); -- Displayable items AddSprite( 16, 227, 237, 64, 32, "obj_bathroom.dds", ACTIVE, 0, 0, HotelSink ); end