mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
16 lines
378 B
Text
16 lines
378 B
Text
void script_2936(int arg0) {
|
|
if (((boolean)cs2method5420())) {
|
|
globalint_547 = arg0;
|
|
script_2940(11);
|
|
setWidgetIsHidden(true, new WidgetPointer(744,28));
|
|
if (hasSSKey()) {
|
|
setWidgetIsHidden(false, new WidgetPointer(744,27));
|
|
} else {
|
|
setWidgetIsHidden(false, new WidgetPointer(744,26));
|
|
}
|
|
if (((boolean)globalint_547)) {
|
|
script_2945();
|
|
}
|
|
}
|
|
return;
|
|
}
|