Added initial version
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
void script_4187(int arg0) {
|
||||
if (getClientCycle() < arg0) {
|
||||
return;
|
||||
}
|
||||
setScriptCallOnGameloop(-1, "", new WidgetPointer(1072,83));
|
||||
setWidgetIsHidden(true, new WidgetPointer(1072,83));
|
||||
return;
|
||||
}
|
||||
Reference in New Issue
Block a user