HiddenTradition_PRC8/_module/nss/sc_smithchaotic.nss
2024-06-20 15:47:42 -04:00

17 lines
474 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName sc_smithchaotic
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 8/12/2002 9:47:02 AM
//:://////////////////////////////////////////////
int StartingConditional()
{
// Restrict based on the player's alignment
if(GetAlignmentLawChaos(GetPCSpeaker()) != ALIGNMENT_CHAOTIC)
return FALSE;
return TRUE;
}