PWE_PRC8/_module/nss/chk_ali_chaotic.nss
Jaysyn904 ee1dc35889 Initial Commit
Initial Commit
2025-04-03 10:29:41 -04:00

17 lines
474 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName chk_ali_chaotic
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 11/8/2002 1:58:15 AM
//:://////////////////////////////////////////////
int StartingConditional()
{
// Restrict based on the player's alignment
if(GetAlignmentLawChaos(GetPCSpeaker()) != ALIGNMENT_CHAOTIC)
return FALSE;
return TRUE;
}