View Single Post
spannclann
Member
 
Join Date: Aug 2018
Location: Texas
Posts: 87

Old November 17th, 2020, 09:02 AM
Quote:
Originally Posted by Fenris447 View Post
If you’re not adding any actual abilities, I wouldn’t bother with bootstrapping abilities. Just use eval scripts that look for the number of class tag counts on the hero. Basically doing “If hero.tagcount[Class.?] >= 5”, give it the bonus for being level 5 or higher.
I used your “If hero.tagcount[Class.?] >= 5” eval script and I get an error saying Class is not defined. I changed Class to Fighter and got the same message that Fighter was not defined.

I changed Class to Classes and it works. I still need to know how to add AC bonus, Weapon bonus, etc. and all the other stuff above

Last edited by spannclann; November 17th, 2020 at 09:12 AM. Reason: New Info
spannclann is offline   #5 Reply With Quote