Hey, I've been browsing the wiki and forum for a solution but I cannot find one. Hoping someone can help me out here.   I'm trying to make a macro where a single token gets added twice to the initiative tracker, with different values.     Add token, initiative based on dexterity value.    Add token, initiative based on dexterity value + 50.     I have written the following:       [[@{selected|dexterity} &{tracker}} ]]
[[@{selected|dexterity} + 50 &{tracker}} ]]
/em has added @{selected|token_name} to tracker.         But this just overrides the previously added token. When I manually add the tokens to the initiative tracker, it's possible, but it would be awesome to automate this. Any suggestions on how to do this?