mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-10 10:20:41 -07:00
6 lines
97 B
Text
6 lines
97 B
Text
void script_3000() {
|
|
if (((boolean)mod(getClientCycle(), 50))) {
|
|
script_3001();
|
|
}
|
|
return;
|
|
}
|