mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
11 lines
275 B
Text
11 lines
275 B
Text
int script_4761(int arg0) {
|
|
if (globalint_1 < add(getClientCycle(), arg0)) {
|
|
if (globalint_1 < getClientCycle()) {
|
|
globalint_1 = getClientCycle();
|
|
}
|
|
globalint_1 = add(globalint_1, 2);
|
|
return 0;
|
|
}
|
|
globalint_1 = add(add(getClientCycle(), arg0), 10);
|
|
return 1;
|
|
}
|