15 lines
428 B
Plaintext
15 lines
428 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName ifcha_equal16
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 1/30/2006 12:55:08 AM
|
|
//:://////////////////////////////////////////////
|
|
int StartingConditional()
|
|
{
|
|
if(!(GetAbilityScore(GetPCSpeaker(), ABILITY_CHARISMA) == 16))
|
|
return FALSE;
|
|
|
|
return TRUE;
|
|
}
|