So, I know how to do all this manually but I like automating things as much as possible.   I'm trying to figure out how to set up wands so that they do the right thing:   - Do whatever the wand does (whether it's an attack, spell or something else such as rolling on a table)   - When used, display the appropriate info such as whether or not there's a save, the DC, etc.   - Count down the charges of the wand as a resource   - Replenish the number of charges each day I'm having problems making this work, in conjunction with several scripts and the 5E OGL sheet. For example, let's take Wand of Fireballs: I can copy the wand from the compendium, but that doesn't set up the resource, the attack, or running the spell or much of anything.  I can add the wand to the "Attacks" block but then it just uses it like a club or weapon.  I can't get it to do the spell or query how many charges to use.  I can make it roll damage as a normal Fireball spell but that doesn't account for the fact that I can increase the number of charges used to increase the spell slot level.  I can create a resource and make the wand countdown the resource (like ammo) but for some reason, if I make the number of charges anything other than 1, it changes the inventory too - for example if I say it has 7 charges, I end up with 7 Wand of Fireballs in the inventory.  Changing one, changes the other.  I can't get it to display any of the information such as the fact that on a Dexterity save (DC 15) it does half damage. I can use the "5E Resting in Style" API script to replenish the number of charges each day, but it changes ONLY the resource number, not the inventory number. This is all very confusing, and I'm sure there's some trick somewhere that I'm missing, but I can't get this all to work correctly.   At the very least, I'd like to get the sheet to track the number of charges correctly (specifying how many charges to use and keeping the resource/inventory numbers in sync and correct), and to display the information about the wand such as the DC or saves, or whatever.   Thanks for any help.