PRC8_fork/trunk/spells/sp_ct_min13.nss

4 lines
98 B
Plaintext
Raw Normal View History

int StartingConditional()
{
return GetLocalInt(GetPCSpeaker(), "SP_CREATETATOO_LEVEL") > 12;
}