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
+10
View File
@@ -0,0 +1,10 @@
void script_2440() {
int ivar0;
ivar0 = divide(globalint_819, 2);
if (ivar0 < 1) {
setWidgetText(new WidgetPointer(15,17), "Catch: Nothing");
} else {
setWidgetText(new WidgetPointer(15,17), "Catch: " + intToStr(ivar0) + " Fish");
}
return;
}