PoA_PRC8/_module/nss/dm_splv_chk3.nss

11 lines
170 B
Plaintext
Raw Permalink Normal View History

2022-10-07 14:20:31 -04:00
#include "dm_inc_forge"
int StartingConditional()
{
if(LIMIT_SPELL_LEVEL)
{
return GetHitDice(GetPCSpeaker()) >= 7;
}
else
return TRUE;
}