mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-10 10:20:41 -07:00
12 lines
356 B
Text
12 lines
356 B
Text
void script_251(int arg0) {
|
|
if (((boolean)script_133(42996800, 849335423, getMyPositionHash())) && cs2method6108()) {
|
|
if (isWidgetHidden(new WidgetPointer(arg0))) {
|
|
setWidgetIsHidden(false, new WidgetPointer(arg0));
|
|
}
|
|
} else {
|
|
if (isWidgetHidden(new WidgetPointer(arg0))) {
|
|
setWidgetIsHidden(true, new WidgetPointer(arg0));
|
|
}
|
|
}
|
|
return;
|
|
}
|