//:://///////////////////////////////////////////// //:: FileName tri_checkevil //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 7.1.2004 23:59:34 //::////////////////////////////////////////////// int StartingConditional() { // Restrict based on the player's alignment if(GetAlignmentGoodEvil(GetPCSpeaker()) != ALIGNMENT_EVIL) return FALSE; return TRUE; }