RATDOG/_module/nss/re_widget22.nss
Jaysyn904 ae152d0814 Added BESIE, MS Moneclature
Added BESIE, Markshire's Nomeclature & started initial setup for commoners in Baleas.
2021-09-01 23:42:36 -04:00

8 lines
123 B
Plaintext

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