mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
9 lines
137 B
Text
9 lines
137 B
Text
int script_1146(int arg0) {
|
|
if (arg0 >= 10000000) {
|
|
return 65408;
|
|
}
|
|
if (arg0 >= 100000) {
|
|
return 16777215;
|
|
}
|
|
return 16776960;
|
|
}
|