mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
12 lines
283 B
Text
12 lines
283 B
Text
void script_5240(int arg0) {
|
|
if (((boolean)globalint_1184)) {
|
|
if (arg0 == 73793728) {
|
|
setWidgetRGB(new Color(235, 224, 188), new WidgetPointer(arg0));
|
|
}
|
|
} else {
|
|
if (arg0 == 73793723) {
|
|
setWidgetRGB(new Color(235, 224, 188), new WidgetPointer(arg0));
|
|
}
|
|
}
|
|
return;
|
|
}
|