user bool UDA_Enable = true; //Mod switch.
user float UDA_Height = 56.0; //Mark and font height.
user int UDA_Fonts = 1; //Fonts to display.
user bool UDA_Distance_Scale = false; //Vary the scale with distance.(not recommended)
user bool UDA_Distance = true; //Distance from allies.
user bool UDA_Meter = true; //Set the distance in meters.

server noarchive int UDA_TID = 0;

/*
UDA_Fonts = 0 CONFONT
UDA_Fonts = 1 SMALLFONT
UDA_Fonts = 2 SMALLFONT2
UDA_Fonts = 3 BIGFONT
*/
