Great to hear that you got it running.
Running it on group membership is also not so hard.

 Code:
If @USERID <> "ExcludedUser"
	If InGroup("groupname")
		;do stuff
	EndIf
EndIf


This way it will only run when the username is not the same as the excluded user and the current user is a member of the group.
_________________________
Mart

- Chuck Norris once sold ebay to ebay on ebay.