8 lines
130 B
Plaintext
8 lines
130 B
Plaintext
int StartingConditional()
|
|
{
|
|
int iResult;
|
|
|
|
iResult = GetHasFeat(FEAT_ANIMAL_COMPANION, OBJECT_SELF);
|
|
return iResult;
|
|
}
|