RATDOG/_module/nss/re_widget21.nss

7 lines
121 B
Plaintext
Raw Normal View History

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