mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
10 lines
270 B
Text
10 lines
270 B
Text
void script_2702(int arg0,int arg1,int arg2) {
|
|
if (((boolean)arg0)) {
|
|
script_1166(arg1);
|
|
setWidgetRGB(new Color(255, 255, 255), new WidgetPointer(arg2));
|
|
} else {
|
|
script_1151(arg1);
|
|
setWidgetRGB(new Color(255, 152, 31), new WidgetPointer(arg2));
|
|
}
|
|
return;
|
|
}
|