Guest Posted August 30, 2018 Share Posted August 30, 2018 What is the mechanism for turning off party assist for skill checks? I've found a handful of conditional checks in the conversation files and I've been using trial-and-error to try to learn more, but it seems all I've figured out is how to disable certain dialog options. Link to comment Share on other sites More sharing options...
BMac Posted August 30, 2018 Share Posted August 30, 2018 The IsSkillValue conditional script has a parameter "IsAssisted" that specifies whether assists are allowed. This is a separate thing from which character(s) are actually allowed to make the check. When the portraits slide up and allow you to pick a character from the party, that's done by the InteractionSelectPartyMember script. This is usually followed up by an IsSkillValue conditional script on the next node to check the skill of the selected character (Specified0-5). If you wanted to change a check of this sort to Watcher-only, you'd want to remove the InteractionSelectPartyMember script entirely and have the IsSkillValue check the Player guid instead of the Specified guid. 2 Link to comment Share on other sites More sharing options...
Guest Posted September 5, 2018 Share Posted September 5, 2018 Thank you Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now