mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2026-08-01 14:39:13 -06:00
6 lines
131 B
Text
6 lines
131 B
Text
void script_1081(int arg0,int arg1) {
|
|
if (setWidgetRegister(new WidgetPointer(arg0), arg1)) {
|
|
setWidgetHidden(1);
|
|
}
|
|
return;
|
|
}
|