mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-10 10:20:41 -07:00
27 lines
426 B
Text
27 lines
426 B
Text
int script_1469() {
|
|
if (((boolean)bitconfig_4885)) {
|
|
return 2;
|
|
}
|
|
if (((boolean)bitconfig_4886)) {
|
|
return 3;
|
|
}
|
|
if (((boolean)bitconfig_4887)) {
|
|
return 4;
|
|
}
|
|
if (((boolean)bitconfig_4888)) {
|
|
return 5;
|
|
}
|
|
if (((boolean)bitconfig_4889)) {
|
|
return 6;
|
|
}
|
|
if (((boolean)bitconfig_4890)) {
|
|
return 7;
|
|
}
|
|
if (((boolean)bitconfig_4891)) {
|
|
return 8;
|
|
}
|
|
if (((boolean)bitconfig_4892)) {
|
|
return 9;
|
|
}
|
|
return -1;
|
|
}
|