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
+12
View File
@@ -0,0 +1,12 @@
void script_4367() {
string svar0;
svar0 = replaceLtGt(cs2method5432());
if (strLength(svar0) <= 13) {
globalstring_346 = svar0;
globalint_1498 = strLength(globalstring_346);
globalint_1498 = script_1552(globalint_1498, 5631, 72089638, -1, globalstring_346);
setWidgetPosition(globalint_1498, getWidgetActualY(new WidgetPointer(1100,39)), 0, 0, new WidgetPointer(1100,39));
setWidgetText(new WidgetPointer(1100,38), globalstring_346);
}
return;
}