15 lines
422 B
Plaintext
15 lines
422 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName dexcheck1
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 9/4/2002 1:58:19 AM
|
|
//:://////////////////////////////////////////////
|
|
int StartingConditional()
|
|
{
|
|
if(!(GetAbilityScore(GetPCSpeaker(), ABILITY_DEXTERITY) < 10))
|
|
return FALSE;
|
|
|
|
return TRUE;
|
|
}
|