mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
8 lines
235 B
Text
8 lines
235 B
Text
void script_968(int arg0) {
|
|
if (((boolean)script_970(arg0))) {
|
|
setScriptCallOnGameloop(969, new WidgetPointer(arg0), "I", new WidgetPointer(arg0));
|
|
} else {
|
|
setScriptCallOnGameloop(-1, "", new WidgetPointer(arg0));
|
|
}
|
|
return;
|
|
}
|