How would I get a boolean for whether or not a perk was in a level?
I've tried
I've tried
isDefined("specialty_additionalprimaryweapon")
and isDefined(level._custom_perks["specialty_additionalprimaryweapon"])
and both neither work. Trying to use it within an if statement.
Last edited: