HiddenTradition_PRC8/_module/nss/x2_nath_freed2.nss

10 lines
192 B
Plaintext
Raw Permalink Normal View History

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