10 lines
130 B
Plaintext
10 lines
130 B
Plaintext
int StartingConditional()
|
|
{
|
|
|
|
if (GetPCSpeaker() == GetLocalObject(OBJECT_SELF, "PACK_OWNER")) { return TRUE; }
|
|
|
|
return FALSE;
|
|
|
|
|
|
}
|