mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-10 10:20:41 -07:00
13 lines
324 B
Text
13 lines
324 B
Text
void script_2096() {
|
|
if (globalint_654 < 100) {
|
|
globalint_654 = add(globalint_654, 1);
|
|
}
|
|
if (globalint_654 == 50) {
|
|
setWidgetRGB(new Color(255, 255, 255), new WidgetPointer(834,13));
|
|
}
|
|
if (globalint_654 == 100) {
|
|
setWidgetRGB(new Color(255, 35, 35), new WidgetPointer(834,13));
|
|
globalint_654 = 0;
|
|
}
|
|
return;
|
|
}
|