mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-10 10:20:41 -07:00
8 lines
182 B
Text
8 lines
182 B
Text
void script_603() {
|
|
if (globalint_82 <= 0) {
|
|
setScriptCallOnGameloop(-1, "", new WidgetPointer(105,148));
|
|
script_621();
|
|
}
|
|
globalint_82 = subtract(globalint_82, 1);
|
|
return;
|
|
}
|