14 lines
297 B
Plaintext
14 lines
297 B
Plaintext
void script_2094() {
|
|
if (globalint_654 < 100) {
|
|
globalint_654 = add(globalint_654, 1);
|
|
}
|
|
if (globalint_654 == 50) {
|
|
setWidgetIsHidden(true, new WidgetPointer(834,56));
|
|
}
|
|
if (globalint_654 == 100) {
|
|
setWidgetIsHidden(false, new WidgetPointer(834,56));
|
|
globalint_654 = 0;
|
|
}
|
|
return;
|
|
}
|