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

10 lines
191 B
Plaintext

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