
Ok so far I have with some help managed to get a roll template cobbled together for GURPS character sheet. I am also running the GURPS Roll parser API script. What I want to do is have the API report in the roll template. See code below <rolltemplate> <table> <tr> <th colspan="4">{{name}}</th> </tr> <tr> <td><b>Roll:</b></td><td><span><div></div>{{roll}}</span></td><td>vs: {{target}}</span></td> </tr> </table> </rolltemplate> Any help or suggestions are greatly appreciated.