Lone Wolf Development Forums

Lone Wolf Development Forums (http://forums.wolflair.com/index.php)
-   HL - D&D 5th Edition SRD (http://forums.wolflair.com/forumdisplay.php?f=89)
-   -   Multiple choices. (http://forums.wolflair.com/showthread.php?t=61573)

Enforcer84 November 14th, 2018 09:49 PM

Multiple choices.
 
So...I'm looking to add (if I can) the Beast Conclave option to the standard ranger, it works pretty good save for the extra Hitdice which is based on Ranger level.

is it possible to to rewrite the following:

level = hero.tagcount[Classes.5CRgC]

to use an or? Can I do [Classes.5CRgC or cRanger]

I figure if worst came to worst I could duplicate the Conclave and just change that to cRanger.

ShadowChemosh November 14th, 2018 10:00 PM

Why can't you just duplicate that line?

Code:

level = hero.tagcount[Classes.5CRgC]
level += hero.tagcount[Classes.cRanger]

I assume you will not be taking both Ranger and this alternative ranger class at the same time.

Enforcer84 November 15th, 2018 02:50 PM

True true! I just wasn't sure that was allowed. I'll check it out!


All times are GMT -8. The time now is 11:18 PM.

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