EN6_PRC8/_module/nss/en6_c_final.nss

10 lines
162 B
Plaintext
Raw Permalink Normal View History

int StartingConditional()
{
int iResult;
iResult = FALSE;
if (GetLocalInt(GetModule(),"MainQuest") >=99)
iResult=TRUE;
return iResult;
}