mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-10 10:20:41 -07:00
8 lines
185 B
Text
8 lines
185 B
Text
void script_501(int arg0) {
|
|
if (((boolean)arg0)) {
|
|
setWidgetIsHidden(false, new WidgetPointer(1012,7));
|
|
} else {
|
|
setWidgetIsHidden(true, new WidgetPointer(1012,7));
|
|
}
|
|
return;
|
|
}
|