Welcome to the board.

The code below should get you going. Change the path to the script file to match your setup and all should work if the person is in the group.
You can use variables and/or macros for the path. If your called script is in the same folder as the main script you could use the @scriptdir macro to be sure the path is correct.

 Code:
If InGroup("xx")
	Call "path to script\script.kix"
	?"Error code: " @ERROR
	?"Error code text: " @SERROR
Else
	?"Not in group."
EndIf

Sleep 5
_________________________
Mart

- Chuck Norris once sold ebay to ebay on ebay.