mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
8 lines
316 B
Text
8 lines
316 B
Text
void script_3219(int arg0,int arg1,int arg2) {
|
|
if (((globalint_174 == arg2) && (mod(subtract(getClientCycle(), arg0), 40) < 20)) && ((getAccountCreateRC() != -3) && hasWindowFocus())) {
|
|
setWidgetIsHidden(false, new WidgetPointer(arg1));
|
|
} else {
|
|
setWidgetIsHidden(true, new WidgetPointer(arg1));
|
|
}
|
|
return;
|
|
}
|