HiddenTradition_PRC8/_module/nss/sc_test_has_splc.nss
2024-06-20 15:47:42 -04:00

18 lines
479 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName sc_testcrafting
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 04/06/16 21:22:30
//:://////////////////////////////////////////////
int StartingConditional()
{
// Make sure the player has the required skills
if(GetHasSkill(SKILL_SPELLCRAFT, GetPCSpeaker()))
return FALSE;
return TRUE;
}