mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
9 lines
204 B
Text
9 lines
204 B
Text
void script_1949(int arg0,int arg1,int arg2,int arg3) {
|
|
if (setWidgetRegister(new WidgetPointer(arg0), arg1)) {
|
|
setWidgetRGB(new Color(arg2));
|
|
if (arg3 != -1) {
|
|
script_41(arg3);
|
|
}
|
|
}
|
|
return;
|
|
}
|