I created a menu item available the the coalition using addCommandForCoalition (... function() StatusReport() end, nil).
Now when StatusReport gets called I want to send a message, but only to the one who actually requested the status report, not to every client.
I know I have to use trigger.action.outTextForGroup, but how do I get the right groupID?