You can do that in one of two ways.
Using Macguba's idea, the syntax for the trigger's condition would be as follows:
this and specialguy in (units groupname)
The alternate way:
this and (group specialguy == MyGroup)
Where MyGroup is the name of the group you'd like the guy to be in for the trigger (radio command) to work.