mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-10 10:20:41 -07:00
10 lines
359 B
Text
10 lines
359 B
Text
void script_3215(int arg0) {
|
|
if (((boolean)arg0)) {
|
|
setWidgetContextMenuOption(1, new WidgetPointer(548,99), "Microtutorial");
|
|
setWidgetContextMenuOption(1, new WidgetPointer(746,47), "Microtutorial");
|
|
} else {
|
|
setWidgetContextMenuOption(1, new WidgetPointer(548,99), "");
|
|
setWidgetContextMenuOption(1, new WidgetPointer(746,47), "");
|
|
}
|
|
return;
|
|
}
|