The charactermancer is publicly available now but I haven't seen any posts by people using it in their sheets. Lets see if we can't get that snow ball rolling. So far I haven't been able to get the charactermancer to launch, has anyone else had any luck? <!-- 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="charmancer">
<p>Intro</p>
</div>
</charmancer>