In the ExtraLarge HUD, I found this segment:
Code: Select all
data_source = "combatSpeed"; selector = "drawCustomText:";
// alert_conditions = 2; //uncomment if you want to see in green alert only
alpha = 1.0; height = 13; width = 15; x = 211; y = 82; y_origin = -1; },
Code: Select all
// SPEED IN M PER SECOND
{
data_source = "combatSpeed"; selector = "drawCustomText:";
alert_conditions = 14;
alpha = 0.55; height = 13; width = 15; x = 0; y = 120; y_origin = 0; x_origin=0;
},
Can you give me some pointers regarding how to get that integer?