15 lines
420 B
Plaintext
15 lines
420 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName is_halfling
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 2013-09-01 22:24:02
|
|
//:://////////////////////////////////////////////
|
|
int StartingConditional()
|
|
{
|
|
|
|
if(!GetRacialType(GetPCSpeaker()) == RACIAL_TYPE_HALFLING)
|
|
return FALSE;
|
|
|
|
return TRUE;
|
|
} |