function main()
	Is3D( FALSE );

	AddBackground( "Theatre\\still_2_nickCU" );

	AddSprite( Nick, 119, 0, 256, 384, nil, VISIBLE, 11, 12 );
	AddSprite( HBoxSeatNickCU, 119, 0, 256, 384, nil, ACTIVE );
	
end

