15 lines
426 B
Plaintext
15 lines
426 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName ifcha_more17
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 1/30/2006 12:56:03 AM
|
||
|
//:://////////////////////////////////////////////
|
||
|
int StartingConditional()
|
||
|
{
|
||
|
if(!(GetAbilityScore(GetPCSpeaker(), ABILITY_CHARISMA) > 17))
|
||
|
return FALSE;
|
||
|
|
||
|
return TRUE;
|
||
|
}
|