Initial upload
Initial upload
This commit is contained in:
21
_module/nss/at_ck_robelegend.nss
Normal file
21
_module/nss/at_ck_robelegend.nss
Normal file
@@ -0,0 +1,21 @@
|
||||
/* Script generated by
|
||||
Lilac Soul's NWN Script Generator, v. 1.3
|
||||
|
||||
For download info, please visit:
|
||||
http://www.lilacsoul.revility.com */
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
if (!(GetHitDice(oPC) >= 18)) return FALSE;
|
||||
|
||||
if ((GetLevelByClass(CLASS_TYPE_SORCERER, oPC)==0)&&
|
||||
(GetLevelByClass(CLASS_TYPE_WIZARD, oPC)==0))
|
||||
return FALSE;
|
||||
|
||||
if (GetItemPossessedBy(oPC, "ROBEOFLEGENDS2") == OBJECT_INVALID) return FALSE;
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user