I'm trying to write a Script card script to use with the new Send to Chat functionality to check if the characters passive perception noticed anything, but the comparison is not working. No matter what I put in, it always counts as a Failure. I want it to whisper only me (GM) when it fails and the player when success. Trying to replace the It'sATrap API :) !scriptcard {{ --#title|Passive Perception Check --#leftsub|Awareness --#rightsub|Hidden Check --=Passive|@{selected|passive_wisdom} --=DC|?{Perception DC|10} --?[$Passive.Total] -ge [$DC.Total]|&Result;SUCCESS|&Result;FAILURE --#section|Outcome --?"[&Result]" eq "SUCCESS"|--#whisper|@{selected|token_name}| --?"[&Result]" eq "FAILURE"|--#whisper|gm --+|Passive Perception: **[$Passive]** --+|DC: **[$DC]** --+|Result: **[&Result]** }}