Let me change the question, as I realized the problem wasn’t that. Here is part of my code:
$this->community_triggers = array(
__( ‘Profile/Independent Actions’, ‘badgeos-community’ ) => array(
‘Role #1’,
‘Role #2’,
‘Role #3’,
‘e.g’,
),
I was trying to make it so that in the array, it would be a “dropdown” of the roles on the site in which the users can select one.