EN6_PRC8/_module/nss/qst_c_blessing.nss

11 lines
148 B
Plaintext
Raw Permalink Normal View History

int StartingConditional()
{
int iResult;
iResult = FALSE;
if (GetLocalInt(GetPCSpeaker(),"DivineBlessing")>0)
iResult=TRUE;
return iResult;
}