Hi - I'm helping my GM to convert some PowerCards macros into Scriptcards. Several items: Current game is a copy of a game that used a standard D&D 5E 2014 character sheet that has had the 2024 sheet added. 5 Player characters have been recreated (mostly) on the new 2024 sheet (Beacon, I think). Scriptcards has been installed from the API. Current API is set to "Experimental". When running under 'default', the API window throws a bunch of errors that don't occur under Experimental (I think that's a good thing). I have fiddled with a saving throw script in order to change the card title color to match the PC user-defined variables BGColor and TXColor. When I use @{selected|user.BGColor} it returns the value I was looking for and I can change the appropriate colors. When I use [*S:BGColor] or [*S:user.BGColor] I get undefined. I thought maybe it was my script, so I downloaded the Action Menu Scriptcard code that Kurt Jaeger (bless him always!) wrote, and what I see when it runs is: The Character Name - [*S:character_name] returns the correct value, but all of the bits under the title are showing "undefined". None of the repeating actions are showing, and the bonus actions are not complete. Looking at the code, it looks like it's trying to find a library that doesn't exist. Is that the problem? I have added --#beaconsheet|1 to the code just to try something, it did not work. Any help is greatly appreciated. Thanks! Gary