//:://///////////////////////////////////////////// //:: 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; }