Added missing crafting maps, removed unnecessary maps, changed a few miscellaneous things.
9 lines
194 B
Plaintext
9 lines
194 B
Plaintext
int StartingConditional()
|
|
{
|
|
object oPC = GetPCSpeaker();
|
|
|
|
if (!((GetRacialType(oPC)==RACIAL_TYPE_ELF)&& ((GetSubRace(oPC)=="Drow")||(GetSubRace(oPC)=="drow")))) return FALSE;
|
|
|
|
return TRUE;
|
|
}
|