mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-10 10:20:41 -07:00
10 lines
262 B
Text
10 lines
262 B
Text
void script_958(int arg0,int arg1,int arg2) {
|
|
if (((boolean)bitconfig_4618)) {
|
|
script_959(arg0, arg1, 1);
|
|
setWidgetSprite(1157, new WidgetPointer(arg2));
|
|
} else {
|
|
script_959(arg0, arg1, 0);
|
|
setWidgetSprite(1156, new WidgetPointer(arg2));
|
|
}
|
|
return;
|
|
}
|