I am trying to develop a loop that will test a character sheet to determine if the character has a repeating_resource slot or not. I have tried assigning @{selected|repeating_resource_$0_resource_left_max} to a numeric value and testing for a less-than-zero number and a string variable testing for "" but neither works. I suspect because the sheet does not contain the attribute unless a resource exists. Ideas?