Further file organization
Further file organization
This commit is contained in:
13
nwn/nwnprc/trunk/epicspellscripts/sc_has_loreskill.nss
Normal file
13
nwn/nwnprc/trunk/epicspellscripts/sc_has_loreskill.nss
Normal file
@@ -0,0 +1,13 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: FileName sc_has_loreskill
|
||||
//:://////////////////////////////////////////////
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
|
||||
// Perform skill checks
|
||||
if(!(GetSkillRank(SKILL_LORE, GetPCSpeaker()) >= 0))
|
||||
return FALSE;
|
||||
|
||||
return TRUE;
|
||||
}
|
Reference in New Issue
Block a user