Added NWN Dark Sun module contents
Added NWN Dark Sun module contents.
This commit is contained in:
14
nwnds_module/sc_insightcheck.nss
Normal file
14
nwnds_module/sc_insightcheck.nss
Normal file
@@ -0,0 +1,14 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: FileName sc_insightcheck
|
||||
//:://////////////////////////////////////////////
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Script Wizard
|
||||
//:: Created On: 8/14/2002 12:50:08 PM
|
||||
//:://////////////////////////////////////////////
|
||||
int StartingConditional()
|
||||
{
|
||||
if(!(GetAbilityScore(GetPCSpeaker(), ABILITY_INTELLIGENCE) > 12))
|
||||
return FALSE;
|
||||
|
||||
return TRUE;
|
||||
}
|
Reference in New Issue
Block a user