EN4_PRC8/_module/nss/en4_tim2.nss

12 lines
151 B
Plaintext
Raw Permalink Normal View History

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