Added initial version

This commit is contained in:
Ceikry 2021-03-07 20:37:32 -06:00
commit b1dccb3fed
14153 changed files with 1285206 additions and 0 deletions

18
dumps/scripts/2497.cs2 Normal file
View file

@ -0,0 +1,18 @@
int script_2497() {
if (standart_config_1447 < 51) {
return 3;
}
if (standart_config_1447 < 101) {
return 4;
}
if (standart_config_1447 < 201) {
return 5;
}
if (standart_config_1447 < 301) {
return 7;
}
if (standart_config_1447 < 401) {
return 8;
}
return 9;
}