function ApplyOtherOption ()
{
local float fTransChat;
local int iTransChat;
local float fTransShortcut;
local int iTransShortcut;
local int iconSize;
SetOptionBool("Other","DamageOnScreen",IsChecked("OptionWnd.DamageOnScreenBox"));
SetOptionBool("Other","Skillcast",IsChecked("OptionWnd.Cb_Skillcast"));
SetOptionBool("Other","OverlayWnd",IsChecked("OptionWnd.Cb_Overlay"));
SetOptionBool("Other","ShowCastLine",IsChecked("OptionWnd.Cb_ShowCastLine"));
SetOptionBool("Other","NewIconHotSpings",IsChecked("OptionWnd.HotSprings"));
SetOptionBool("Other","NewIconAugmentation",IsChecked("OptionWnd.Augmentation"));
if(IsChecked("OptionWnd.OnScreenRadarBox"))
{
SetOptionBool("Other","ShowMinimap",true);
ShowWindow("Classic_MiniMapWnd");
}
else
{
SetOptionBool("Other","ShowMinimap",false);
HideWindow("Classic_MiniMapWnd");
}