8 lines
143 B
Plaintext
Raw Normal View History

int StartingConditional()
{
if (GetItemPossessedBy(GetPCSpeaker(), "bbs_notice") != OBJECT_INVALID) {
return TRUE;
}
return FALSE;
}