I have a checkbox
<field
id="chkProf"
name="Proficient in skill"
type="user"
defvalue="0">
</field>
I want to set this to a one when the user choose a specific background (D&D 5th Edition)
But I keep getting the message that it can't be modified via script.
I know I've worked around this before, but I'm at a complete loss.
BoomerEt
<field
id="chkProf"
name="Proficient in skill"
type="user"
defvalue="0">
</field>
I want to set this to a one when the user choose a specific background (D&D 5th Edition)
But I keep getting the message that it can't be modified via script.
I know I've worked around this before, but I'm at a complete loss.
BoomerEt