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_602() {
|
|
if (globalint_82 <= 0) {
|
|
globalint_82 = 100;
|
|
} else {
|
|
globalint_82 = add(globalint_82, 10);
|
|
}
|
|
setScriptCallOnGameloop(603, "", new WidgetPointer(105,148));
|
|
return;
|
|
}
|