PWE_PRC8/_module/_removed/dynconv_rep8_w.nss
Jaysyn904 ee1dc35889 Initial Commit
Initial Commit
2025-04-03 10:29:41 -04:00

13 lines
215 B
Plaintext

/*
Checks that there is a valid option for choice 0
*/
int StartingConditional()
{
object oPC = GetPCSpeaker();
if(GetLocalString(oPC, "TOKEN108")=="")
return FALSE;
else
return TRUE;
}