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