2024-06-20 15:47:42 -04:00

8 lines
116 B
Plaintext

int StartingConditional()
{
if (GetLocalString(OBJECT_SELF, "#T") != "") {
return TRUE;
}
return FALSE;
}