
Hi, I'm currently using the following macro for attributes: &{template:solidtrait}{{name=@{selected|character_name}}} {{skill_name=Agility}} {{skill_rank=@{agility}}} {{ttmod=@{ttmod}}} {{wounds= -[[@{woundsMod}]]}} {{fatigue= -[[@{fatigue}]]}} {{skill_roll=[[1d@{agility}! + ?{Modifier|0} [Modifier] - @{wounds} [Wounds] - @{fatigue}[Fatigue]]]}} {{wild_die_rank=@{wilddie}}} {{wild_die=[[1d@{wilddie}! [Wild die] + ?{Modifier|0} [Modifier]- @{wounds}[Wounds] -@{fatigue}[Fatigue]]]}} But recently find out the much more streamlined roll associated with the direct roll from the sheet: @{Exp1|skillrt} @{Exp1|defsTemplate} @{Exp1|rolltAgility} Is it possible to add an input value to this last option? Something like: @{Exp1|skillrt} @{Exp1|defsTemplate} @{Exp1|rolltAgility} + ?{Modifier|0} Thanks