I have a script (below) which allows a wizard to summon a wolf, it is
working ok except that the summoned wolf token is
appearing on top the wizard, I'd like it to be offset one grid (The Fantasy
Trip character sheet with hex grid if it matters). Also can't seem to get the script to update the Fatigue attribute on the character sheet. Any help gratefully received !script{{ --#title|Wavis attempts to summon a wolf --#limitmaxbarvalues|1 --&WavisToken|@{selected|token_id} --=WavisDX|@{selected|dx} --+|Dexterity: [$WavisDX] --/| Need to increase fatigue value here --!t:@{selected|token_id}|Fatigue:+=1 --/| This doesn't update Fatigue attribute for some reason --=Roll|3d6 --+|Wavis gestures mystically and rolls [$Roll] --?[$Roll] -le [$WavisDX]|[ --vtoken|@{selected|token_id} burst-magic --@forselected|Spawn _name|Wolf --offset| -1,0 _layer|token --]|[ --+|A faint bark is heard --]| }}