Battledale_PRC8/_module/nss/fake_conditional.nss
Jaysyn904 4dba880acb Added ACP v4.1
Added ACP v4.1. Full compile.  Updated module name.  Updated release archive.
2024-09-08 18:23:43 -04:00

10 lines
95 B
Plaintext

int StartingConditional()
{
int i = 3;
if(i==1)
return TRUE;
return FALSE;
}