Hi. I'm trying to access the stat and skill levels as well. Judging from previous answers, the commands seem to be
$sl.getSkillLevel(1, "melee") >= 30
and
$sl.getStatLevel("str") >= 10.
This leaves me with these questions:
Is there a way to access the stat/skill levels of other actors besides the first? For instance, assume I have a "Pick Locks" skill, and I want to check the skill level of the actor that is meant to try to pick the lock. Or the party has to pass a narrow ledge, and every member has to make a check of their "Climbing" skill. How would I go about implementing such checks?
Besides that, I noticed there is a Notetag for equipment to increase custom stats. Is there also a way for equipment to increase custom skill levels?
Thanks.