mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-21 09:02:07 -07:00
Added initial version
This commit is contained in:
commit
b1dccb3fed
14153 changed files with 1285206 additions and 0 deletions
18
dumps/scripts/2497.cs2
Normal file
18
dumps/scripts/2497.cs2
Normal 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue