Hi!
Messing around for the jam, and have been considering doing something with Ply. I'd like to be able to affect the state of my card (say, toggling visibility of some widget `toggler` by using `toggler.toggle["solid"]`) from within my Ply syntax.
Currently, with the twine player from https://beyondloom.com/decker/twee.html#twineplayer , I cannot find a way to do this. Throwing `{toggler.toggle["solid"]}` inside of the syntax here seems to have no effect. I assume this is some sandboxing / side effect of the way lil is handled by the twee library, but I'm curious if there's existing work on this topic that I could draw from instead of sitting down and plonking away at this myself.
Thanks!
