Added PnP Dire Rat.
Added PnP Dire Rat.
This commit is contained in:
21
nwn_dark_sun/hs_pc_superior.nss
Normal file
21
nwn_dark_sun/hs_pc_superior.nss
Normal file
@@ -0,0 +1,21 @@
|
||||
/* 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();
|
||||
|
||||
int nInt;
|
||||
nInt=GetLocalInt(oPC, "NW_JOURNAL_ENTRYUrikTemplars");
|
||||
|
||||
if (nInt < 6)
|
||||
return FALSE;
|
||||
|
||||
if (GetHitDice(oPC) < 30) return FALSE;
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
Reference in New Issue
Block a user