<<set $playerName to "Megan's">>
<a @onmouseover="'$(\'.hover-content\').text(\'It is '+$playerName+' turn\')'" data-passage="Page 2">Hover Over Me</a>
<div class="hover-content"></div>
The problem is this gives an error because of the apostrophe in “Megan’s”. Any way to get around this? It works fine without the apostrophe.