UW2_PRC8/_module/nss/dm_splv_chk10.nss

11 lines
170 B
Plaintext
Raw Permalink Normal View History

2023-09-25 20:24:01 -04:00
#include "dm_inc_forge"
int StartingConditional()
{
if(LIMIT_SPELL_LEVEL)
{
return GetHitDice(GetPCSpeaker()) >= 4;
}
else
return TRUE;
}