PWE_PRC8/_module/nss/tru_rez_c12.nss

8 lines
139 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,"dpc12");
return iResult;
}