You've already forked AM2R-Community-Updates
mirror of
https://github.com/izzy2lost/AM2R-Community-Updates.git
synced 2026-03-10 11:23:35 -07:00
11 lines
266 B
Plaintext
11 lines
266 B
Plaintext
/// save_modifiers();
|
|
|
|
// Only writing necessary stuff from the Gameplay Menu here
|
|
|
|
ini_open('modifiers.ini');
|
|
|
|
ini_write_real("RandomizerSeed", "UseManualSeed", oControl.mod_usemanualseed);
|
|
ini_write_real("RandomizerSeed", "Seed", oControl.mod_seed);
|
|
|
|
ini_close();
|