2024-06-20 15:47:42 -04:00

10 lines
174 B
Plaintext

// if Valen's taint has been removed
int StartingConditional()
{
int iResult;
iResult = GetLocalInt(GetModule(), "bValensTaintGone") == TRUE;
return iResult;
}