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-Multitroid-Fair-Team-PVP/Export_CodeServer/gml_Script_hd_change.gml

7 lines
148 B

ini_open("modifiers.ini")
hd = abs(ini_read_real(argument0, argument1, argument2))
ini_close()
if (hd < argument2)
return argument2;
return hd;