mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-10 10:20:41 -07:00
6 lines
114 B
Text
6 lines
114 B
Text
void script_1196(int arg0,int arg1) {
|
|
if (getClientCycle() > add(arg1, 50)) {
|
|
script_1197(arg0);
|
|
}
|
|
return;
|
|
}
|