mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
16 lines
609 B
Text
16 lines
609 B
Text
void script_1197(int arg0) {
|
|
if (arg0 >= 6) {
|
|
return;
|
|
}
|
|
if (((boolean)arg0)) {
|
|
cameraMethod5502(0, arg0, 100, 400, 1, arg0);
|
|
setScriptCallOnMinimapRelatedSetting3(1196, add(arg0, 1), getClientCycle(), "ii", new WidgetPointer(888,0));
|
|
} else if (arg0 == 5) {
|
|
cameraMethod5502(0, arg0, 400, 10, 1, arg0);
|
|
setScriptCallOnMinimapRelatedSetting3(1196, add(arg0, 1), getClientCycle(), "ii", new WidgetPointer(888,0));
|
|
} else {
|
|
cameraMethod5502(0, arg0, 400, 400, 1, arg0);
|
|
setScriptCallOnMinimapRelatedSetting3(1196, add(arg0, 1), getClientCycle(), "ii", new WidgetPointer(888,0));
|
|
}
|
|
return;
|
|
}
|