Andreas J. said: Hm, wonder if there is any API that can assign handouts, I'd imagine this could be automated slightly to only require to pick from two macros to run, depending on which set of players you want to assign the handout. It might be possible to have two preset lists of players, which you could then call with some API that can edit handout permissions. The API would probably use this in some form <a href="https://wiki.roll20.net/API:Function_documentation/Roll20_object#set" rel="nofollow">https://wiki.roll20.net/API:Function_documentation/Roll20_object#set</a> <a href="https://wiki.roll20.net/API:Objects#Handout" rel="nofollow">https://wiki.roll20.net/API:Objects#Handout</a> Assuming that the handout ID is exposed to the API I don’t think it would be difficult. The only issue is letting the API know which handout to update controlling players on. For tokens it’s easy - just click on the token to select its ID. But a handout would need to be named or identified in some way, and also distinguished from other handouts that have similar names. Then the last part that would be needed is a way to select/choose which players are added as controlling the handout, which could be done with preset groups named in the API, or using selected tokens, or hard coded in to the script.