I have a user that is part of a group which is having a default printer set by kix. Without creating another group for this person, I would like to change a specific user's printer to default to their local printer instead of the network like the rest of the group. Is this possible? Here is the script we are currently using. What would I add to allow this specific person to have their local printer as their default instead? I thought about using @userid but didn't know how or where... HELP!

If InGroup( "Accounting" )
AddPrinterConnection ("\\server\AcctHP8")
AddPrinterConnection ("\\server\Purchasing HP 2250 Color")
SetDefaultPrinter ("\\server\Accounting HP 8100")
EndIf