15 lines
438 B
Plaintext
15 lines
438 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName ifcha_less15
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 1/30/2006 12:54:35 AM
|
|
//:://////////////////////////////////////////////
|
|
int StartingConditional()
|
|
{
|
|
if(!(GetAbilityScore(GetPCSpeaker(), ABILITY_CHARISMA) < 15))
|
|
return FALSE;
|
|
|
|
return TRUE;
|
|
}
|