Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Building With Charactermancer

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>
I use it in my sheets. It seems to work quite well.
Excellent!  Which sheet is yours?  I'd like to check out it's code and see where I went wrong.