8 lines
115 B
Plaintext
8 lines
115 B
Plaintext
int StartingConditional()
|
|
{
|
|
if(GetSubRace(GetPCSpeaker()) == "Drow")
|
|
return TRUE;
|
|
|
|
return FALSE;
|
|
}
|