function main()
	Is3D( FALSE );

	AddBackground( "theatre\\still_2nd_nick_carlos_estab" );

	AddSprite( Nick, 50, 13, 192, 371, nil, VISIBLE, 1, 2 );
	AddSprite( Regis, 382, 26, 166, 358, nil, VISIBLE, 19, 20 );

	AddSprite( HTheatreNickEstab,   50, 13, 192, 371, nil, ACTIVE, 0, 0, TheatreNick1  );
	AddSprite( HTheatreRegisEstab, 382, 26, 166, 358, nil, ACTIVE, 0, 0, TheatreRegis1 );
end

