mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
11 lines
295 B
Text
11 lines
295 B
Text
void script_2355(int arg0,int arg1) {
|
|
globalint_92 = arg0;
|
|
if (((boolean)arg0)) {
|
|
setScriptCallOnGameloop(2356, arg1, "i", new WidgetPointer(916,21));
|
|
script_2192(0, arg1);
|
|
} else {
|
|
setScriptCallOnGameloop(2356, 0, "i", new WidgetPointer(916,21));
|
|
script_2192(1, arg1);
|
|
}
|
|
return;
|
|
}
|