9 lines
174 B
Plaintext
9 lines
174 B
Plaintext
|
int StartingConditional()
|
||
|
{
|
||
|
object oAss = GetAssociate(ASSOCIATE_TYPE_ANIMALCOMPANION,GetPCSpeaker());
|
||
|
|
||
|
if (oAss == OBJECT_INVALID) return FALSE;
|
||
|
|
||
|
return TRUE;
|
||
|
}
|