Theodore S. said: I still have yet to get a response on these questions posted above. Thanks. As nice as it might be to be able to do so, I can't devote all of my time to PowerCards. Your questions were posted yesterday. Patience grasshopper! Theodore S. said: OK.
All praises aside now, I am actually coming with a question I believe
has been answered but am unable to find it now. I am wanting to use
custom macros for attacks but using the --ogl_pc_attack_list tag will
always default to Roll20 macro. How do I get it to use a custom macro
for attacks (and spells if possible)? I need to add this to the wiki, as it has come up a couple of times. Here you go: With no other changes, these are just the macros that the character
sheet provides for the attacks. However, there is a provision for
replacing them built into PowerCards. In the example above, if you have a
macro (accessible by the character using the summary) for the
Greatsword +2 attack (and a templated attack PowerCard would work well
here), you can create an attribute on the character called
"action_$0_macro" and supply the name of the macro. A call to that macro
will replace the default sheet macro from the --ogl_pc_attack_list tag. The
$0 refers to the placement of the attack in the list, so the first one
is $0, the second is $1, etc. If an attribute isn't present, the default
sheet macro will be used. As an added bonus, if you include and
attribute with a value of "NONE", that action won't be listed on the
summary at all. There might be some other tricks that could be
played with the %{} notation, but I haven't really tried that yet. In
the long run, I'd like the --ogl_pc_attack_list to be able to display
buttons that would intelligently run PowerCard template macros without
too much configuration. I'm slowly working towards that goal with each
set of feature additions :) Theodore S. said: Also, I
am trying to get a grip on the template stuff but I can't figure it out.
I am sure I am getting it completely wrong. The video doesn't allow for
great quality and it isn't Kurt's fault. Maybe someone could show me
how to turn the following code into a template? Check out this post on the previous page : <a href="https://app.roll20.net/forum/post/6264588/script-powercards-3-thread-5/?pageforid=6540135#post-6540135" rel="nofollow">https://app.roll20.net/forum/post/6264588/script-powercards-3-thread-5/?pageforid=6540135#post-6540135</a> which shows a template that is almost exactly what you have listed, along with the replacement sets to use it.