2024-06-14 10:48:20 -04:00
|
|
|
int StartingConditional()
|
|
|
|
{
|
2024-09-14 13:52:39 -04:00
|
|
|
|
|
|
|
if (GetSubRace(GetPCSpeaker()) == "drow") return FALSE;
|
|
|
|
int iResult = GetRacialType(GetPCSpeaker())==RACIAL_TYPE_ELF;
|
2024-06-14 10:48:20 -04:00
|
|
|
return iResult;
|
|
|
|
|
2024-09-14 13:52:39 -04:00
|
|
|
}
|