View Single Post
tkarn
Senior Member
 
Join Date: Jun 2007
Posts: 273

Old April 8th, 2023, 04:46 PM
Quote:
Originally Posted by Mathias View Post
If this is based on 5e, won't the two classes each have their own tabs for spellcasting? So different expressions can be set up for each one?

Code:
class.cleric & (val:Level >= 1) & (val:Level <= 2)

is how I'd write the tag expression for this - it's about the same at low levels, but at high levels, it's lots less typing to say <= 9 than to include every tag from 1-9.
Both classes have different panels for their spells.
tkarn is offline   #17 Reply With Quote