mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-10 10:20:41 -07:00
9 lines
195 B
Text
9 lines
195 B
Text
void script_609() {
|
|
if (globalint_83 <= 0) {
|
|
globalint_83 = 100;
|
|
} else {
|
|
globalint_83 = add(globalint_83, 10);
|
|
}
|
|
setScriptCallOnGameloop(610, "", new WidgetPointer(105,153));
|
|
return;
|
|
}
|