Hi all. Wondering if there is a limit on the number of characters in a macro. I wanted a Take 10 Macro (Pathfinder), which was easy enough:
PC
contemplates...Takes 10
&{template:pc}
{{showchar=@{ PC |rollshowchar}}}
{{charname=@{ PC |character_name}}}
{{name=Sense motive}}{{roll=[[10+@{ PC |sense_motive}]]}}
{{type=skill}} A knowledge Take 10 was a little more of a nuisance. I created an input query, so that you could select a knowledge from your sheet, and it would pull in the right Skill, and add 10 to it. Works well. &{template:pc} {{showchar=@{PC|rollshowchar}}}
{{charname=@{PC|character_name}}} ?{knowledge| Knowledge Arcana,
{{name=Knowledge Arcana&#125&#125
{{roll=[[10+@{PC|knowledge_arcana}]]&#125&#125 |
Knowledge
Dungeoneering, {{name=Knowledge Dungeoneering&#125&#125
{{roll=[[10+@{PC|knowledge_dungeoneering}]]&#125&#125 } But. I can add all of the other knowledges, and then paste it in, and it works. But if I try to edit the macro, it completely crashes. And if I try to add something else, like the {{type=skill}}, it also dies. So it seems like it's at the limit for characters in a macro. Bit weird. Any thoughts? I suppose I could drop the template stuff, like {{name}}, but it looks nice, and matches the rest of the rolling by clicking on the character sheet. D