WoR_PRC8/_module/nss/s_check4cha24.nss

9 lines
141 B
Plaintext
Raw Permalink Normal View History

2025-04-03 11:49:34 -04:00
int StartingConditional()
{
object oPC = GetPCSpeaker();
if (!(GetAbilityScore(oPC, ABILITY_CHARISMA) >= 24)) return FALSE;
return TRUE;
}