mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-10 10:20:41 -07:00
10 lines
284 B
Text
10 lines
284 B
Text
void script_3381(int arg0,int arg1) {
|
|
arg1 = add(arg1, 1);
|
|
setScriptCallOnGameloop(3381, new WidgetPointer(arg0), arg1, "Ii", new WidgetPointer(arg0));
|
|
if (arg1 > 1) {
|
|
globalint_1273 = 1;
|
|
setScriptCallOnGameloop(-1, "", new WidgetPointer(arg0));
|
|
script_2945();
|
|
}
|
|
return;
|
|
}
|