Jump to content

Faction based Quest Dialogue problem and related questions


primem0ver

Recommended Posts

First... is this the best forum for this kind of question? Is is Mod Talk better?

 

I have a quest needs faction based dialogue that the player can ask of any person matching a broad set of conditions

However, the NPC cannot be a member of any temple faction because keeping these responses in the same branch would be horrendously complicated and members of different temple factions react differently so I created separate branches for these people).

 

I was originally going to use GetInFaction (SEPARATE condition for each temple faction in skyrim) == 0.00. However, I just read a post pointing to the CreationKit page that says GetInFaction does not work as a condition. So how else can I accomplish this?

Edited by primem0ver
Link to comment
Share on other sites

Use GetFactionRank instead. It does work. It'll return -1 if the NPC is NOT in the specified faction for instance.

 

Make sure each of your dialogue conditions are being run on the correct subject/target/speaker/player/etc. It's not clear from your post who is supposed to be saying saying what.

Edited by tirnoney
Link to comment
Share on other sites

That doesn't seem to be working either. To be clear: the test is run on the person being asked (subject). Do I need to restart the quest after changing it or anything? FYI I used :GetFactionRank (faction) < 0.00 rather than == -1.

Link to comment
Share on other sites

Is it a start game enabled quest? Restarting it would be a good idea either way but the start game enabled ones are particularly twitchy. Other than that I'm not really sure what could be stopping it from working. Can you rule out the script as a cause in any way?

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...