PWE_PRC8/_module/_removed/dynconv_prev_w.nss

10 lines
189 B
Plaintext
Raw Normal View History

2025-04-03 10:29:41 -04:00
int StartingConditional()
{
object oPC = GetPCSpeaker();
int nOffset = GetLocalInt(oPC, "ChoiceOffset");
if(nOffset >= 10)
return TRUE;
else
return FALSE;
}