Hi, I'm not at my computer right now, but it's been bugging me trying to figure out some conditional logic for PowerCards. I'm trying to make a consolidated PowerCard that was built off of the PowerCards Macro Helper templates. I cant get spellnames to get compared in my conditionals: ?? '~SP-NAME$' == 'Vicious Mockery' ?? Help|This doesn't work I feel like I've tried every combination of single quotes and double quotes on each side too. And I've found it quite peculiar that passing in things like this don't work either: ?? 'Vicious Mockery' == 'Vicious Mockery' ?? Help|This doesn't work either Am I going beyond the capabilities of the API? EDIT: After experimenting more, I found that it has do with the whitespace character. Performing this check with a single-word spell like "Prestidigitation" works fine. So I tried "Vicious Mockery" without any luck.