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