Page 1 of 1

Skill checks?

Posted: Thu Mar 11, 2021 8:57 pm
by Avnar
Is there a way to check for the players skills or attributes?
I want to make it so that when the player clicks on the quest item in a shop, the players sneak skill is checked and if it is not high enogh the shopkeeper shouts something.
But I couldnt find skill checks in the documentation.

Re: Skill checks?

Posted: Fri Mar 12, 2021 4:29 am
by Interkarma
Hey Avnar. :) As luck would have it, there are a couple of actions for this. These are both trigger actions that will trigger their task.

Code: Select all

when attribute attributeName is at least minAttributeValue
when skill skillName is at least minSkillValue
If you haven't already, it's worth grabbing TheLacus' quest editor template. It will be really helpful to check syntax of the commands.

viewtopic.php?f=25&t=1142

Re: Skill checks?

Posted: Fri Mar 12, 2021 1:59 pm
by Avnar
Ok thank you, I already have quest editor.