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("TheHorde/modifiers.ini")
|
|
ini_write_real("RandomizerSeed", "UseManualSeed", oControl.mod_usemanualseed)
|
|
ini_write_real("RandomizerSeed", "Seed", oControl.mod_seed)
|
|
ini_close()
|