Added initial version

This commit is contained in:
Ceikry 2021-03-07 20:37:32 -06:00
commit b1dccb3fed
14153 changed files with 1285206 additions and 0 deletions

12
dumps/scripts/4367.cs2 Normal file
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;
}