Skill checks?

For all talk about quest development - creation, testing, and quest system.
Post Reply
Avnar
Posts: 5
Joined: Wed Dec 02, 2020 4:11 pm

Skill checks?

Post 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.

User avatar
Interkarma
Posts: 7236
Joined: Sun Mar 22, 2015 1:51 am

Re: Skill checks?

Post 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

Avnar
Posts: 5
Joined: Wed Dec 02, 2020 4:11 pm

Re: Skill checks?

Post by Avnar »

Ok thank you, I already have quest editor.

Post Reply