mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-10 10:20:41 -07:00
5 lines
137 B
Text
5 lines
137 B
Text
void script_2989() {
|
|
setWidgetIsHidden(true, new WidgetPointer(72,58));
|
|
setWidgetIsHidden(false, new WidgetPointer(72,56));
|
|
return;
|
|
}
|