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.
|
ini_open("modifiers.ini")
|
|
hd = (argument2 * abs(ini_read_real(argument0, argument1, argument2)))
|
|
ini_close()
|
|
if (hd < argument2)
|
|
return argument2;
|
|
return hd;
|