I'm trying to update one of my character sheets to use the Charactermancer now that it's available but I can't get the slides to launch.  <!-- CHARACTERMANCER LAUNCH SCRIPTS -->
<script type="text/worker">
    on("clicked:intro", function() {
        startCharactermancer("intro");
    });
</script>
<button type="action" name="act_intro">Intro!</button>
<charmancer class="sheet-charmancer-intro">
	<div class="">
		<p>Intro</p>
	</div>
</charmancer>