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

10 lines
130 B
Plaintext

int StartingConditional()
{
if (GetPCSpeaker() == GetLocalObject(OBJECT_SELF, "PACK_OWNER")) { return TRUE; }
return FALSE;
}