PoA_PRC8/_module/nss/bbs_scribe_m_yes.nss

10 lines
187 B
Plaintext
Raw Permalink Normal View History

2022-10-07 14:20:31 -04:00
// Modified by AW Olorin 1-26-2004 - Message Stone modification
int StartingConditional()
{
if (GetLocalString(OBJECT_SELF, "Message") != "") {
return TRUE;
}
return FALSE;
}