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

10
dumps/scripts/1594.cs2 Normal file
View file

@ -0,0 +1,10 @@
void script_1594(int arg0,int arg1,int arg2,int arg3,int arg4,string arg5) {
if (setWidgetRegister(new WidgetPointer(arg1), arg2) || ((arg2 == -1) && setWidgetRegister(new WidgetPointer(arg1)))) {
if (script_1744() < multiplyDivide(3, 5, 261)) {
script_4539(arg0, arg1, arg2, 120, 3793, 3793, 16777215, 13, 4, 2, arg3, arg4, arg5);
} else {
script_4539(arg0, arg1, arg2, 120, 3793, 3793, 16777215, 13, 4, 0, arg3, arg4, arg5);
}
}
return;
}