mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-10 10:20:41 -07:00
16 lines
396 B
Text
16 lines
396 B
Text
void script_2729(int arg0,int arg1,int arg2,int arg3) {
|
|
int ivar4;
|
|
ivar4 = getDisplayMode();
|
|
if (ivar4 != 1) {
|
|
if (arg3 != 1) {
|
|
return;
|
|
}
|
|
} else {
|
|
if (((boolean)arg3)) {
|
|
return;
|
|
}
|
|
}
|
|
script_2730(arg1, arg2, ivar4);
|
|
setScriptCallOnGameloop(2729, new WidgetPointer(-32768,3), new WidgetPointer(arg1), new WidgetPointer(arg2), ivar4, "IIIi", new WidgetPointer(arg0));
|
|
return;
|
|
}
|