mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
7 lines
183 B
Text
7 lines
183 B
Text
void script_649(int arg0,int arg1,int arg2,int arg3,string arg4) {
|
|
if (isWidgetHidden(new WidgetPointer(105,17))) {
|
|
return;
|
|
}
|
|
script_39(arg0, arg1, arg2, arg3, arg4);
|
|
return;
|
|
}
|