Added NWN Dark Sun module contents
Added NWN Dark Sun module contents.
This commit is contained in:
24
nwnds_module/ka_yehinachk.nss
Normal file
24
nwnds_module/ka_yehinachk.nss
Normal file
@@ -0,0 +1,24 @@
|
||||
/* Script generated by
|
||||
Lilac Soul's NWN Script Generator, v. 2.3
|
||||
|
||||
For download info, please visit:
|
||||
http://nwvault.ign.com/View.php?view=Other.Detail&id=4683&id=625 */
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
if ((GetLevelByClass(CLASS_TYPE_DRUID, oPC)!=0)||
|
||||
(GetLevelByClass(CLASS_TYPE_SORCERER, oPC)!=0)||
|
||||
(GetLevelByClass(CLASS_TYPE_WIZARD, oPC)!=0)||
|
||||
(GetLevelByClass(CLASS_TYPE_PALEMASTER, oPC)!=0)||
|
||||
(GetLevelByClass(CLASS_TYPE_DRAGONDISCIPLE, oPC)!=0))
|
||||
return FALSE;
|
||||
|
||||
if (GetAbilityScore(oPC, ABILITY_INTELLIGENCE, TRUE) < 11) return FALSE;
|
||||
|
||||
if (GetAlignmentLawChaos(oPC) != ALIGNMENT_LAWFUL) return FALSE;
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
Reference in New Issue
Block a user