mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
8 lines
296 B
Text
8 lines
296 B
Text
void script_1868(int arg0) {
|
|
if (((boolean)mod(getClientCycle(), 50)) && (getSystemUpdateTimer() > 0)) {
|
|
setWidgetPosition(0, -8, 1, 1, new WidgetPointer(906,27));
|
|
script_1870(59375650);
|
|
setScriptCallOnGameloop(1869, new WidgetPointer(906,34), "I", new WidgetPointer(arg0));
|
|
}
|
|
return;
|
|
}
|