PWE_PRC8/_module/_removed/dynconv_rep4_w.nss

13 lines
215 B
Plaintext
Raw Permalink Normal View History

2025-04-03 10:29:41 -04:00
/*
Checks that there is a valid option for choice 0
*/
int StartingConditional()
{
object oPC = GetPCSpeaker();
if(GetLocalString(oPC, "TOKEN104")=="")
return FALSE;
else
return TRUE;
}