Changed folder name.
Changed folder name.
This commit is contained in:
14
_module/nss/dexcheck.nss
Normal file
14
_module/nss/dexcheck.nss
Normal file
@@ -0,0 +1,14 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: FileName dexcheck
|
||||
//:://////////////////////////////////////////////
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Script Wizard
|
||||
//:: Created On: 11/5/2002 3:38:41 PM
|
||||
//:://////////////////////////////////////////////
|
||||
int StartingConditional()
|
||||
{
|
||||
if(!(GetAbilityScore(GetPCSpeaker(), ABILITY_DEXTERITY) < 14))
|
||||
return FALSE;
|
||||
|
||||
return TRUE;
|
||||
}
|
Reference in New Issue
Block a user