mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-10 10:20:41 -07:00
10 lines
288 B
Text
10 lines
288 B
Text
void script_708(int arg0) {
|
|
if (bitconfig_5032 < 80) {
|
|
setScriptCallOnGameloop(709, new WidgetPointer(arg0), "I", new WidgetPointer(arg0));
|
|
} else {
|
|
if (bitconfig_5331 < 35) {
|
|
setScriptCallOnGameloop(709, new WidgetPointer(arg0), "I", new WidgetPointer(arg0));
|
|
}
|
|
}
|
|
return;
|
|
}
|