Skip to content

Commit db423b3

Browse files
authored
Merge pull request #1151 from OpenCollarTeam/Medea-Destiny-help-patch
Restore HELP button to help/about menu
2 parents 1c34b22 + bcb1d3c commit db423b3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/collar/oc_core.lsl

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Medea (Medea Destiny)
4242
Jul 2024 - Further work on above safeword stuff, see PR #999
4343
- added delay after name change to ensure report is correct and added clarification text here
4444
and in device name. Issue #1053
45-
45+
Jun 2025 - Restored HELP button to help/about menu to deliver help notecard
4646
Stormed Darkshade (StormedStormy)
4747
March 2022 - Added a button for reboot to help/about menu.
4848
@@ -190,7 +190,7 @@ Dialog(key kID, string sPrompt, list lButtons, list lUtilityButtons, integer iPa
190190
llMessageLinked(LINK_SET, NOTIFY, sPrompt, kID);
191191
return;
192192
}
193-
lButtons = ["Update", "Support", "License", "Reboot"];
193+
lButtons = ["Update", "Support", "License", "Reboot","Help"];
194194

195195
lUtilityButtons = [UPMENU];
196196
}
@@ -692,6 +692,9 @@ state active
692692
llMessageLinked(LINK_SET, NOTIFY, "0You can get support for OpenCollar in the following group: secondlife:///app/group/45d71cc1-17fc-8ee4-8799-7164ee264811/about or for scripting related questions or beta versions: secondlife:///app/group/c5e0525c-29a9-3b66-e302-34fe1bc1bd43/about", kAv);
693693
} else if(sMsg == "Update"){
694694
UserCommand(iAuth, "update", kAv);
695+
} else if(sMsg =="Help"){
696+
iRespring=FALSE;
697+
llMessageLinked(LINK_SET,iAuth,"help",kAv);
695698
}
696699
} else if(sMenu == "Menu~Apps"){
697700
if(sMsg == UPMENU){

0 commit comments

Comments
 (0)