View Single Post
TheNewProgrammer
Junior Member
 
Join Date: Jul 2023
Posts: 22

Old September 6th, 2023, 05:36 PM
Hi, I wanted to create a custom domain that reduces the number of domains the cleric can have by 1. (This is so I can make a domain that takes 2 domain slots) Archetypes do not use scripts, but I found the feat Believer's Boon and it uses the following script:

Quote:
hero.childfound[cfg(???)].field[cfgMax1].value += 1
(I don't remember what was here)

I assume cfg points to believer's boon somehow?

clrMax1 doesn't work.

Was I on the right track?

What is a script that would work?
TheNewProgrammer is offline   #1 Reply With Quote