9 lines
133 B
Plaintext
9 lines
133 B
Plaintext
int StartingConditional()
|
|
{
|
|
if(GetRacialType(GetPCSpeaker()) == RACIAL_TYPE_HALFLING)
|
|
return TRUE;
|
|
|
|
return FALSE;
|
|
}
|
|
|