Battledale_PRC8/_module/nss/always_false.nss

9 lines
116 B
Plaintext
Raw Normal View History

int StartingConditional()
{
object oPC = GetPCSpeaker();
if ((2+2) == 5)
return TRUE;
return FALSE;
}