2021-08-29 23:34:48 -04:00
|
|
|
/* Script generated by
|
|
|
|
Lilac Soul's NWN Script Generator, v. 2.1
|
|
|
|
|
|
|
|
For download info, please visit:
|
|
|
|
http://nwvault.ign.com/View.php?view=Other.Detail&id=4683&id=625 */
|
|
|
|
|
|
|
|
int StartingConditional()
|
|
|
|
{
|
|
|
|
object oPC = GetPCSpeaker();
|
|
|
|
|
2021-09-05 18:04:46 -04:00
|
|
|
if (GetHitDice(oPC) > 2) return FALSE;
|
2021-08-29 23:34:48 -04:00
|
|
|
|
|
|
|
return TRUE;
|
|
|
|
}
|