Rune_PRC8/_module/nss/ifcha_equal16.nss

15 lines
428 B
Plaintext
Raw Permalink Normal View History

2024-09-13 09:10:39 -04:00
//::///////////////////////////////////////////////
//:: 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;
}