I haven't used the Drunk script before, but it looks like it's just for tracking inebriation and adding status markers. <a href="https://github.com/Roll20/roll20-api-scripts/blob/master/Drunk/README.md" rel="nofollow">https://github.com/Roll20/roll20-api-scripts/blob/master/Drunk/README.md</a> A macro could be as simple as the commands listed in the README file: !drunk shows @{selected|token_name} ! drunk add @{selected|token_name} ! drunk remove @{selected|token_name} Or you could create a query macro: !drunk ?{Drinking action|Show Current Drunkeness,shows|More Drunk,add|Less Drunk,remove} @{selected|token_name} Or you could create a whole chat menu: /w gm &{template:default} {{desc=Drunk Menu [Show Current Drunkeness ]( ! drunk shows @{selected|token_name} ) [ More Drunk ]( ! drunk add @{selected|token_name}) [Less Drunk](! drunk remove @{selected|token_name})}}