Off topic, but in future, please use the Code Tags. The button for the Code Tags looks like #
In regards to your query, there's nothing in your code to actually call the information in the group. You turn the group on (I also don't see anything to turn the group off/disable it).
Based on what you have shown, using a group is useless and a waste of code, since you only have the echo in the group, and no way of calling the echo command,
If all you're wanting to do is echo that information, then this would be better
on *:dialog:controlcanal:sclick:*:{
if $did(7).state { echo -a my text }
else { echo -a reputa }
}
If you're wanting to do something other than echoing, please provide that part of the actual code, and we'll see what we can do to get it working.