mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
8 lines
242 B
Text
8 lines
242 B
Text
void script_2417(int arg0) {
|
|
if ((globalint_805 == 5) || (globalint_805 == 11)) {
|
|
setWidgetContextMenuOption(1, new WidgetPointer(arg0), "Pump");
|
|
} else {
|
|
setWidgetContextMenuOption(1, new WidgetPointer(arg0), "Inspect");
|
|
}
|
|
return;
|
|
}
|