mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
8 lines
205 B
Text
8 lines
205 B
Text
void script_3467(int arg0,int arg1,int arg2) {
|
|
if (subtract(getClientCycle(), arg1) < arg2) {
|
|
return;
|
|
}
|
|
setScriptCallOnGameloop(-1, "", new WidgetPointer(arg0));
|
|
script_2766(0, 50, arg0);
|
|
return;
|
|
}
|