Lone Wolf Development Forums  

Go Back   Lone Wolf Development Forums > Hero Lab Forums > HL - d20 System
Register FAQ Community Today's Posts Search

Notices

Reply
 
Thread Tools Display Modes
Illyahr
Senior Member
 
Join Date: Feb 2013
Posts: 357

Old June 4th, 2022, 05:44 AM
Doesn't help in this regard. These Things have their own unique source so they can be assigned to a class with a script. What I need is to be able to run script that'll pull a tag from the class they have been assigned to

I have a Patreon and PayPal. Donations are appreciated but are not mandatory. They are only to show support while I program stuff.
Illyahr is offline   #1 Reply With Quote
Sendric
Senior Member
 
Join Date: Jul 2010
Posts: 3,147

Old June 4th, 2022, 03:16 PM
Quote:
Originally Posted by Illyahr View Post
Doesn't help in this regard. These Things have their own unique source so they can be assigned to a class with a script. What I need is to be able to run script that'll pull a tag from the class they have been assigned to
How are they getting assigned? Are you using a chooser? If so, you can pull information through the chooser (ie field[usrChosen1].chosen.tagnames[Classes.?]).

Last edited by Sendric; June 5th, 2022 at 07:23 AM.
Sendric is offline   #2 Reply With Quote
Illyahr
Senior Member
 
Join Date: Feb 2013
Posts: 357

Old June 6th, 2022, 07:55 PM
Quote:
Originally Posted by Sendric View Post
How are they getting assigned? Are you using a chooser? If so, you can pull information through the chooser (ie field[usrChosen1].chosen.tagnames[Classes.?]).
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

I have a Patreon and PayPal. Donations are appreciated but are not mandatory. They are only to show support while I program stuff.
Illyahr is offline   #3 Reply With Quote
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   #4 Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -8. The time now is 09:22 PM.


Powered by vBulletin® - Copyright ©2000 - 2024, vBulletin Solutions, Inc.
wolflair.com copyright ©1998-2016 Lone Wolf Development, Inc. View our Privacy Policy here.