//:://///////////////////////////////////////////// //:: FileName is_evil //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 1/4/2004 2:44:14 PM //::////////////////////////////////////////////// int StartingConditional() { // Restrict based on the player's alignment if(GetAlignmentGoodEvil(GetPCSpeaker()) != ALIGNMENT_EVIL) return FALSE; return TRUE; }