8 lines
144 B
Plaintext
8 lines
144 B
Plaintext
int StartingConditional()
|
|
{
|
|
int iResult;
|
|
|
|
iResult = (GetLocalInt(GetModule(), "T1_MODULE_CFG_NOGRAVES") == TRUE);
|
|
return iResult;
|
|
}
|