Added initial version

This commit is contained in:
Ceikry 2021-03-07 20:37:32 -06:00
commit b452bd670c
13290 changed files with 1178433 additions and 0 deletions

13
dumps/scripts/2096.cs2 Normal file
View file

@ -0,0 +1,13 @@
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;
}