mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
7 lines
207 B
Text
7 lines
207 B
Text
void script_1296() {
|
|
if (getDisplayMode() >= 2) {
|
|
setWidget3DRotation(0, 0, 89, 67, 0, 300, new WidgetPointer(584,2));
|
|
setWidget3DRotation(0, 0, 89, 67, 0, 300, new WidgetPointer(584,1));
|
|
}
|
|
return;
|
|
}
|