Initial commit. Updated release archive.
This commit is contained in:
17
_module/nss/sc_test_has_splc.nss
Normal file
17
_module/nss/sc_test_has_splc.nss
Normal file
@@ -0,0 +1,17 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: 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;
|
||||
}
|
||||
Reference in New Issue
Block a user