mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-10 10:20:41 -07:00
17 lines
465 B
Text
17 lines
465 B
Text
void script_608() {
|
|
if (setWidgetRegister(new WidgetPointer(662,74), 0)) {
|
|
cs2method1305("<col=00ff00>" + globalstring_204);
|
|
cs2method1306("Cast");
|
|
if (((boolean)globalint_1436)) {
|
|
setWidgetContextMenuOption(1, "Cast");
|
|
}
|
|
}
|
|
if (setWidgetRegister(new WidgetPointer(747,17), 0)) {
|
|
cs2method1305("<col=00ff00>" + globalstring_204);
|
|
cs2method1306("Cast");
|
|
if (((boolean)globalint_1436)) {
|
|
setWidgetContextMenuOption(1, "Cast");
|
|
}
|
|
}
|
|
return;
|
|
}
|