PoA_PRC8/module/nss/bbs_scribe_m_yes.nss
Jaysyn904 128e7e59a4 Initial upload
Initial upload
2022-10-07 14:20:31 -04:00

10 lines
187 B
Plaintext

// Modified by AW Olorin 1-26-2004 - Message Stone modification
int StartingConditional()
{
if (GetLocalString(OBJECT_SELF, "Message") != "") {
return TRUE;
}
return FALSE;
}