Hey there. I'm making a homebrew tabletop system for my friends and would like some help in making my spellcasting idea a reality. In theory, a character each knows five spell focuses and at least one power word, and they can combine these two to create new and interesting spells. Right now, the "cast spell" button executes the roll command '/me casts a spell with power word @{pword} and focus @{focus}.' The @{focus} variable is easy, since there are only five possibilities for it, but each character is going to know different power words than each other. How can I create a field that will track each unique power word I add for each different character and submit the appropriate value when called? Thanks for any and all help you can give.