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
7 lines
242 B
Plaintext
7 lines
242 B
Plaintext
/// unlock_set(index)
|
|
if (global.unlock[argument0] == 0) {
|
|
global.unlock[argument0] = 1;
|
|
save_stats();
|
|
if (!file_exists("extras.sav")) { save_stats2(); load_stats2(); } //without this you can't play random games without restart
|
|
}
|