You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
AM2R-TimeTrials/scripts/scr_energytank_create.gml

11 lines
307 B

text1 = get_text("Items", "EnergyTank");
text2 = get_text("Items", "EnergyTank_Text");
btn1_name = "";
if (string_count("|", text2) > 0) {
p_text1 = string_split(text2, 0, "|");
p_text2 = string_split(text2, 1, "|");
text2 = p_text1 + string(100*oControl.mod_etankhealthmult) + p_text2;
}