
Hello! Looked around for an answer to what feels like it should be a simple question, but I can't figure it out. >.> I want to use an input prompt to get a value, then output a bunch of calculations based on that value in the chat window, like so: Input Value: CR ( 4 ) On the Fly Challenge Numbers Quick Skill DC (10 + 1/2 CR) = 12 Attack Bonus (2 + 1/3 CR) = +3 Damage (1d10 * CR) = 4d10 Hit Points (20 * CR) = 80 ____ So far I've gotten as far as &{template:npcaction} {{rname=On the Fly Challenge}} {{description=The CR is ?{CR|0}}} And I have no idea how store or call "CR" or even if it's possible. Can someone point me to the manual entry for this? XD Thanks!