I have the following Script Card Macro which sets the strong statusmarker with a number. This worked fine now i created a new campaign and i have the exact same macro, tokenmod knows about the strong marker, Script card and tokenmod are installed and work fine outside of this.  Here is the script  !script {{ --#title|BonusAttack --c?{Lvl|1|2|3|4|5}|2:=lvl;2|3:=lvl;3|4:=lvl;4|5:=lvl;5|1:=lvl;1 --@token-mod|_set statusmarkers|strong:[$lvl]  _ids @{selected|token_id} --+|[c]You have [$lvl] extra Attack[/c] }}  Any help would be appreciated