RATDOG/_module/nss/re_widget22.nss

8 lines
123 B
Plaintext
Raw Normal View History

int StartingConditional()
{
int iResult;
iResult = !GetLocalInt(GetModule(), "re_disable");
return iResult;
}