mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-10 10:20:41 -07:00
8 lines
214 B
Text
8 lines
214 B
Text
void script_2418(int arg0) {
|
|
if (globalint_805 == 6) {
|
|
setWidgetContextMenuOption(1, new WidgetPointer(arg0), "Fix");
|
|
} else {
|
|
setWidgetContextMenuOption(1, new WidgetPointer(arg0), "Inspect");
|
|
}
|
|
return;
|
|
}
|