Hey folks, I want to fill the whole character sheet after the user has chosen an item of a dropdown and clicked a button. This is used for fast npc creation. What would be the best way to add this to a character sheet? My current plan is to add a data object for each NPC, store them in a list and fetch the data when the button is clicked. Anyone got any better ideas? Thanks for the discussion :)