HiddenTradition_PRC8/_module/nss/x2_deekin_freed2.nss

10 lines
191 B
Plaintext
Raw Permalink Normal View History

// if the true name was used to give Deekin confidence
int StartingConditional()
{
int iResult;
iResult = GetLocalInt(GetModule(), "bDeekinBelieves") == TRUE;
return iResult;
}