Open pawbuj1981 opened 2 years ago
changed to
FUNC int DIA_Shrat_JoinPSI_Condition()
{
if (Npc_KnowsInfo(hero,DIA_Shrat_WhyHere))
&& (Npc_GetTrueGuild(hero) == GIL_NONE)
{
return 1;
};
};
I marked it as opinionated, because disabling that dialog option will prevent any other (chapter independent) dialog with that NPC.
PS: This could also have severe consequences if a mod adds new subsequent dialogs that would be inaccessible and possibly block story progression.
Shrat has obsolete dialog choices about help join to Brotherhood.
this option should be avalaible if player has still guild NONE.
};`