//:://///////////////////////////////////////////// //:: FileName s_isevil //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 12/17/2004 2:37:28 PM //::////////////////////////////////////////////// int StartingConditional() { // Restrict based on the player's alignment if(GetAlignmentGoodEvil(GetPCSpeaker()) != ALIGNMENT_EVIL) return FALSE; return TRUE; }