Added PnP Dire Rat.
Added PnP Dire Rat.
This commit is contained in:
14
nwn_dark_sun/sc_intcheck13ab.nss
Normal file
14
nwn_dark_sun/sc_intcheck13ab.nss
Normal file
@@ -0,0 +1,14 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: FileName sc_intcheck13ab
|
||||
//:://////////////////////////////////////////////
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Script Wizard
|
||||
//:: Created On: 9/10/2002 12:55:11 AM
|
||||
//:://////////////////////////////////////////////
|
||||
int StartingConditional()
|
||||
{
|
||||
if(!(GetAbilityScore(GetPCSpeaker(), ABILITY_INTELLIGENCE) > 13))
|
||||
return FALSE;
|
||||
|
||||
return TRUE;
|
||||
}
|
Reference in New Issue
Block a user