Hello all, I'm looking to convert my gsheets/GAS system (currently being rebuilt in HTML/Django) to the VTT scene, but I'm not entirely sure of the limitations. With all the tools available here is it possible to create a character sheet that dynamically interacts with other character sheets? An example for clarity: PC 1: John | Str 10 | Base Dmg 10 PC 2/NPC: Doe | Str 12 | Base Dmg 10 John targets Doe (preferably on the character sheet or by clicking token) Doe targets John (same way) John does 8 dmg (the difference of Str between character and target auto-calculated) Doe does 12 dmg (same) Maybe the question should instead be if it's possible to reference the character sheets between two units, calculate the difference between stats, then set or update the character sheet values with the calculated values.