PWE_PRC8/_module/nss/tru_rez_c7.nss

8 lines
138 B
Plaintext
Raw Permalink Normal View History

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