Files
HeroesStone_PRC8/_module/nss/x0_d2_skspel_sol.nss
Jaysyn904 1eefc84201 Initial Commit
Initial Commit.
2025-09-14 15:40:46 -04:00

13 lines
184 B
Plaintext

/* EASY check for skill spellcraft */
int StartingConditional()
{
object oPC = GetPCSpeaker();
if (!GetIsSkillSuccessful(oPC, SKILL_SPELLCRAFT, 21)) return FALSE;
return TRUE;
}