mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
9 lines
257 B
Text
9 lines
257 B
Text
void script_1040(int arg0,int arg1,int arg2,int arg3,int arg4) {
|
|
globalint_129 = subtract(globalint_129, 1);
|
|
if (globalint_129 > 0) {
|
|
return;
|
|
}
|
|
setScriptCallOnGameloop(-1, "", new WidgetPointer(arg1));
|
|
script_1041(arg0, arg2, arg3, arg4);
|
|
return;
|
|
}
|