PWE_PRC8/_module/nss/tru_rez_c4.nss

8 lines
138 B
Plaintext
Raw Normal View History

2025-04-03 10:29:41 -04:00
int StartingConditional()
{
int iResult;
object oMod = GetModule();
iResult = GetLocalInt(oMod,"dpc4");
return iResult;
}