View Single Post
Sendric
Senior Member
 
Join Date: Jul 2010
Posts: 3,147

Old June 7th, 2022, 03:37 AM
Quote:
Originally Posted by Illyahr View Post
The ToB disciplines (and Path of War, by extension), each have their own Source. Each of the PoW classes have access to different disciplines and have different initiation modifiers (kinda like how a Wizard uses Int for spells and a Sorcerer uses Cha). Some disciplines are shared among different classes and can even be assigned to a class later.

I am trying to tell the individual maneuvers to check what modifier the class uses and use that to set the DC
Ok. Well, in ToB, when a maneuver is taken by a class, it gets assigned the tag "CustTaken.cHelp???" which indicates which class has taken it. I can't think of a way to discover which attribute to use, so you might just have to tell the script.

ie:

if (tagis[CustTaken.cHelpCru] <> 0) then
use STR
endif

That is, unless whatever you're doing above works.

Last edited by Sendric; June 7th, 2022 at 03:40 AM.
Sendric is offline   #10 Reply With Quote