mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-10 10:20:41 -07:00
11 lines
383 B
Text
11 lines
383 B
Text
void script_2658() {
|
|
bitconfig_6302 = add(bitconfig_6302, 1);
|
|
if (bitconfig_6302 >= subtract(cs2method5407(0), 1)) {
|
|
bitconfig_6302 = 0;
|
|
setScriptCallOnMinimapRelatedSetting3(-1, "", new WidgetPointer(876,0));
|
|
return;
|
|
}
|
|
cameraMethod5502(0, bitconfig_6302, 600, 400, 1, bitconfig_6302);
|
|
setScriptCallOnMinimapRelatedSetting3(2658, "", new WidgetPointer(876,0));
|
|
return;
|
|
}
|