mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
7 lines
202 B
Text
7 lines
202 B
Text
void script_1654() {
|
|
if (globalint_193 <= getClientCycle()) {
|
|
globalint_193 = add(getClientCycle(), 10);
|
|
setScriptCallOnGameloop(1452, globalint_193, "i", new WidgetPointer(762,93));
|
|
}
|
|
return;
|
|
}
|