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
22 lines
273 B
Plaintext
22 lines
273 B
Plaintext
/// init_stats()
|
|
i = 50;
|
|
repeat (50) {
|
|
i -= 1;
|
|
global.unlock[i] = 0;
|
|
}
|
|
i = 50;
|
|
repeat (50) {
|
|
i -= 1;
|
|
global.gallery[i] = 0;
|
|
}
|
|
i = 100;
|
|
repeat (100) {
|
|
i -= 1;
|
|
global.stat[i] = 0;
|
|
}
|
|
i = 100;
|
|
repeat (100) {
|
|
i -= 1;
|
|
global.achievement[i] = 0;
|
|
}
|