//:://///////////////////////////////////////////// //:: FileName sc_chkgood //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 10/17/2002 4:00:15 PM //::////////////////////////////////////////////// int StartingConditional() { // Restrict based on the player's alignment if(GetAlignmentGoodEvil(GetPCSpeaker()) != ALIGNMENT_GOOD) return FALSE; return TRUE; }