I have a variety of tables, and was hoping for a macro to create an NPC for me if needed. I have this working with the below Macro /gmroll 1t[Random-NPC] /gmroll 1t[Random-Background] /gmroll 1t[NPC-Appearance] /gmroll 1t[NPC-Talents] /gmroll 1t[NPC-Interraction-Traits] /gmroll 1t[NPC-Flaws-Secrets] My issue is with this is that it ends up posting an item in the chat for each roll, which quickly gets messy, and hard to scan. What would be great would be if I could do something along the lines of name = /gmroll 1t[Random-NPC] background = /gmroll 1t[Random-Background] appearance = /gmroll 1t[NPC-Appearance] talents = /gmroll 1t[NPC-Talents] traits = /gmroll 1t[NPC-Interraction-Traits] secrets = /gmroll 1t[NPC-Flaws-Secrets]
print name + background + appearance + talents + traits + secrets
Is something like this possible using macros? Thanks, Dan