9 lines
244 B
Plaintext
9 lines
244 B
Plaintext
void script_1880(int arg0,int arg1) {
|
|
if ((mod(subtract(getClientCycle(), arg0), 40) < 20) && hasWindowFocus()) {
|
|
setWidgetIsHidden(false, new WidgetPointer(arg1));
|
|
} else {
|
|
setWidgetIsHidden(true, new WidgetPointer(arg1));
|
|
}
|
|
return;
|
|
}
|