mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
11 lines
299 B
Text
11 lines
299 B
Text
void script_3143(int arg0,string arg1) {
|
|
if (((boolean)arg0)) {
|
|
setWidgetRGB(new Color(235, 224, 188), new WidgetPointer(910,8));
|
|
} else {
|
|
if (((boolean)arg0)) {
|
|
setWidgetRGB(new Color(255, 0, 0), new WidgetPointer(910,8));
|
|
}
|
|
}
|
|
setWidgetText(new WidgetPointer(910,8), arg1);
|
|
return;
|
|
}
|