mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
9 lines
187 B
Text
9 lines
187 B
Text
void script_575() {
|
|
globalint_81 = subtract(globalint_81, 1);
|
|
if (globalint_81 > 0) {
|
|
return;
|
|
}
|
|
setScriptCallOnGameloop(-1, "", new WidgetPointer(389,9));
|
|
script_576();
|
|
return;
|
|
}
|