mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-10 10:20:41 -07:00
8 lines
224 B
Text
8 lines
224 B
Text
void script_2891(int arg0,int arg1) {
|
|
if (getClientCycle() >= arg0) {
|
|
script_1728(31195153);
|
|
setWidgetIsHidden(true, new WidgetPointer(476,17));
|
|
setScriptCallOnGameloop(-1, "", new WidgetPointer(arg1));
|
|
}
|
|
return;
|
|
}
|