mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
7 lines
176 B
Text
7 lines
176 B
Text
void script_1483(int arg0,int arg1) {
|
|
if (getClientCycle() >= arg0) {
|
|
setScriptCallOnGameloop(-1, "", new WidgetPointer(arg1));
|
|
script_1463(bitconfig_4893);
|
|
}
|
|
return;
|
|
}
|