//:://///////////////////////////////////////////// //:: FileName sc_006 //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 3/14/2003 9:46:58 PM //::////////////////////////////////////////////// int StartingConditional() { // Restrict based on the player's alignment if(GetAlignmentGoodEvil(GetPCSpeaker()) != ALIGNMENT_GOOD) return FALSE; return TRUE; }