HiddenTradition_PRC8/_module/nss/x2_nath_freed2.nss
2024-06-20 15:47:42 -04:00

10 lines
192 B
Plaintext

// if Nathyrra has forgiven herself via the True Name
int StartingConditional()
{
int iResult;
iResult = GetLocalInt(GetModule(), "bNathyrraForgiven") == TRUE;
return iResult;
}