Initial commit
Initial commit [v9.7]
This commit is contained in:
8
_module/nss/strength16chk.nss
Normal file
8
_module/nss/strength16chk.nss
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
if(!(GetAbilityScore(GetPCSpeaker(), ABILITY_STRENGTH) == 16))
|
||||
return FALSE;
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
Reference in New Issue
Block a user