Initial Upload
Initial Upload
This commit is contained in:
13
_module/nss/bx_rnpcn4t2.nss
Normal file
13
_module/nss/bx_rnpcn4t2.nss
Normal file
@@ -0,0 +1,13 @@
|
||||
int StartingConditional()
|
||||
{
|
||||
|
||||
int nReLevel = (GetLevelByPosition(1, GetPCSpeaker()) + GetLevelByPosition(2, GetPCSpeaker()) + GetLevelByPosition(3, GetPCSpeaker()));
|
||||
int iIsnt40 = 0;
|
||||
if(nReLevel != 40 || GetCampaignInt("LOD40Reroll", "Reroll40Done", GetPCSpeaker()) != 2 || GetItemPossessedBy(GetPCSpeaker(), "bx_spereto") == OBJECT_INVALID)
|
||||
iIsnt40 = 1;
|
||||
if(iIsnt40 == 1)
|
||||
return FALSE;
|
||||
|
||||
return TRUE;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user