mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-10 10:20:41 -07:00
8 lines
244 B
Text
8 lines
244 B
Text
void script_1400(int arg0,int arg1) {
|
|
if ((mod(subtract(getClientCycle(), arg0), 40) < 20) && hasWindowFocus()) {
|
|
setWidgetIsHidden(false, new WidgetPointer(arg1));
|
|
} else {
|
|
setWidgetIsHidden(true, new WidgetPointer(arg1));
|
|
}
|
|
return;
|
|
}
|