I did a series of scripts for one character of mine to emote his attack. I was wondering if there is a way to create one that is a generic that can be used by everyone. I have a couple questions on whether things are possible within the script, so going to list them, before I see about trying it, or paying someone to make it for me. This script would be for the OGL D&D 5e sheet. 1. If a token is selected, is there a way to search the sheet of that character, and pull out of it the different weapon choices they have, and the damage/attack bonus, etc of that weapon to get automatic rolls. 2. Is there a way that when damage is rolled, to automatically deduct that damage from the target token? 3. If a character has multiple attacks, is there a way to designate more than one target, and repeat the sequence of attacks in order. Basically what this script does is selects the character, ask you to select the token being attacked [target] and then lets you pick from a set of adjectives about the attack, and adverbs about the attack to roll the actual attack. The emoted output comes out something like this: "Orfrom charges at Tova with his lethal Battle Axe hitting armor class 19 or lower, and doing 2 hit points of damage on a successful hit. Orfrom then throws his deadly Handaxe at Tova hitting armor class 13 orlower, and doing 5 hit points of damage on a successful hit. He then mutters something in dwarvish and his handaxe teleports back into his hand." The scripts I have created are: #OrfromAttack /emas @{selected|token_name} ?{action|takes a mighty swing at|attacks|swings at|beats|charges at|slices|hits|bops|wallops|lays into} @{target|token_name} with his ?{adject|trusty|mighty|awesome|deadly|favored|favorite|handy|lethal|large|trusty old|personal|sharp|strong} ?{weapon|Battle Axe|Handaxe|} hitting armor class [[1d20+@{selected|strength_mod}+@{selected|pb}]] or lower, and doing [[?{damage|1d8|1d6}+@{selected|strength_mod} ]] hit points of damage on a successful hit. #Orfrom2ndAttack /emas @{selected|token_name} then ?{act|fires off|throws|hurls|flicks|propels|casts} his ?{Adj|trusty|mighty|awesome|deadly|favored|favorite|handy|lethal|large|trusty old|personal|sharp|strong} Handaxe at @{target|token_name} hitting armor class [[1d20+@{selected|strength_mod}+@{selected|pb}]] or lower, and doing [[1d6}+@{selected|strength_mod} ]] hit points of damage on a successful hit. He then ?{recalls the axe|snaps his fingers|mutters something in dwarvish|yells Return|withdraws his axe} and his handaxe teleports back into his hand. and #OrfromFullAtt1Target #OrfromATT #Orfrom2ndAtt