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