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
+20
View File
@@ -0,0 +1,20 @@
void script_1730(int arg0,int arg1) {
flow_0:
IF (arg1 == -1)
GOTO flow_1
GOTO flow_2
flow_1:
IF (setWidgetRegister(new WidgetPointer(arg0)))
GOTO flow_3
flow_2:
IF (setWidgetRegister(new WidgetPointer(arg0), arg1) && (globalint_198 != 1))
GOTO flow_4
GOTO flow_5
flow_3:
flow_4:
setWidgetHidden(0);
globalint_198 = 1;
setScriptCallOnGameloop(2196, new WidgetPointer(arg0), arg1, getWidgetText(), "Iis");
flow_5:
return;
}