I have an application where I am embedding a Twine story in an iFrame on a web page and I want to be able to access the variables that get set with the native Twine macros through Javascript. So say I set an variable called $test. How do I get teh value of $test into a Javascript variable outside of the iFrame?
↧