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-The-Horde-Multitroid/Export_Code/gml_Script_save_modifiers.gml

5 lines
185 B

ini_open("TheHorde/modifiers.ini")
ini_write_real("RandomizerSeed", "UseManualSeed", oControl.mod_usemanualseed)
ini_write_real("RandomizerSeed", "Seed", oControl.mod_seed)
ini_close()