How do I force a specific size on a creature overriding the existing size.? tag?
I need to allocate Size.Large for frightful aspect.
Also in a related note this equation
gives me this error
Syntax error in 'eval' script for Thing 'pFrighAspe' (Eval Script '#3') on line 9
-> Extra characters at end of line
I presume the macro can't be used in this way but I don't have the necessary coding acumen to strip it down. It would be a nice feature if you could use the macros in this manner.
As always thank you for any assistance.
P.s I have searched the forums for code examples and revealed nothing!
I need to allocate Size.Large for frightful aspect.
Also in a related note this equation
Code:
~ Give us SR 10 + half caster level
var CL as number
if (#levelcount[Cleric] >= 15) then CL = 10 + #levelcount[Cleric].value/2
Syntax error in 'eval' script for Thing 'pFrighAspe' (Eval Script '#3') on line 9
-> Extra characters at end of line
I presume the macro can't be used in this way but I don't have the necessary coding acumen to strip it down. It would be a nice feature if you could use the macros in this manner.
As always thank you for any assistance.
P.s I have searched the forums for code examples and revealed nothing!
Last edited: