mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-10 10:20:41 -07:00
9 lines
394 B
Text
9 lines
394 B
Text
void script_2604() {
|
|
playSoundEffect(6784, 1, 0);
|
|
setWidgetIsHidden(false, new WidgetPointer(292,130));
|
|
setWidgetText(new WidgetPointer(292,132), "Are you sure you wish to reset all your squad contract selections?");
|
|
setWidgetIsHidden(true, new WidgetPointer(292,135));
|
|
setWidgetIsHidden(true, new WidgetPointer(292,137));
|
|
setWidgetIsHidden(false, new WidgetPointer(292,134));
|
|
return;
|
|
}
|