mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-10 10:20:41 -07:00
32 lines
581 B
Text
32 lines
581 B
Text
void script_812(int arg0) {
|
|
setWidgetHidden(1);
|
|
if (arg0 == -1) {
|
|
return;
|
|
}
|
|
if (getItemHashmapData(arg0, 740) > 1) {
|
|
if (((boolean)script_925(arg0)) && ((boolean)script_926(arg0))) {
|
|
return;
|
|
}
|
|
setWidgetHidden(0);
|
|
return;
|
|
}
|
|
if (((boolean)getItemHashmapData(arg0, 740))) {
|
|
if (((boolean)script_925(arg0))) {
|
|
return;
|
|
}
|
|
setWidgetHidden(0);
|
|
return;
|
|
}
|
|
if (((boolean)script_928(arg0))) {
|
|
if (((boolean)script_926(arg0))) {
|
|
return;
|
|
}
|
|
setWidgetHidden(0);
|
|
return;
|
|
}
|
|
if (((boolean)script_925(arg0))) {
|
|
return;
|
|
}
|
|
setWidgetHidden(0);
|
|
return;
|
|
}
|