function main()
	Is3D( FALSE );

	AddBackground( "ledalair\\still_casinochips" );

	-- Displayable objects
	AddSprite( OLedaCasinoChips, 161, 138, 273, 124, "obj_chips.dds", VISIBLE+HASALPHA );

	-- Hotspot
	AddSprite( HLedaCasinoChips, 161, 138, 273, 124, nil, ACTIVE, 0, 0, TOOLS );
end