mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
13 lines
297 B
Text
13 lines
297 B
Text
void script_2093() {
|
|
if (globalint_654 < 100) {
|
|
globalint_654 = add(globalint_654, 1);
|
|
}
|
|
if (globalint_654 == 50) {
|
|
setWidgetIsHidden(true, new WidgetPointer(834,60));
|
|
}
|
|
if (globalint_654 == 100) {
|
|
setWidgetIsHidden(false, new WidgetPointer(834,60));
|
|
globalint_654 = 0;
|
|
}
|
|
return;
|
|
}
|