generated from Jaysyn/ModuleTemplate
16 lines
502 B
Plaintext
16 lines
502 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName chkfaykin
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 4/3/06 3:56:51 AM
|
|
//:://////////////////////////////////////////////
|
|
#include "prc_inc_racial"
|
|
|
|
int StartingConditional()
|
|
{
|
|
int nRace = MyPRCGetRacialType(GetPCSpeaker());
|
|
return (nRace == RACIAL_TYPE_ELF || nRace == RACIAL_TYPE_GNOME || nRace == RACIAL_TYPE_FEY);
|
|
}
|
|
|