#include "dm_inc_forge" int StartingConditional() { if(LIMIT_SPELL_LEVEL) { return GetHitDice(GetPCSpeaker()) >= 10; } else return TRUE; }