EN6_PRC8/_module/nss/en5_sm_bh.nss

10 lines
177 B
Plaintext
Raw Permalink Normal View History

int StartingConditional()
{
int iResult;
iResult = FALSE;
if (GetGold(GetPCSpeaker())>99 && GetLocalInt(GetPCSpeaker(),"BorderHills") == 1)
iResult=TRUE;
return iResult;
}