mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
12 lines
261 B
Text
12 lines
261 B
Text
int script_1466() {
|
|
if (isSiteSettingsMembers()) {
|
|
if (((boolean)script_3287())) {
|
|
return 516;
|
|
}
|
|
return subtract(516, 10);
|
|
}
|
|
if (((boolean)script_3287())) {
|
|
return add(subtract(516, 439), 1);
|
|
}
|
|
return subtract(add(subtract(516, 439), 1), 10);
|
|
}
|