7 lines
136 B
Plaintext
7 lines
136 B
Plaintext
|
int StartingConditional()
|
||
|
{
|
||
|
string sSR=GetSubRace(GetPCSpeaker());
|
||
|
if (GetStringLength(sSR)>0) return TRUE;
|
||
|
return FALSE;
|
||
|
}
|