forked from 2009Scape/Server
6 lines
106 B
Text
6 lines
106 B
Text
void script_250(int arg0) {
|
|
if (((boolean)mod(getClientCycle(), 5))) {
|
|
script_251(arg0);
|
|
}
|
|
return;
|
|
}
|