//:://///////////////////////////////////////////// //:: FileName utterseanicky1 //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 23/12/2004 14:33:56 //::////////////////////////////////////////////// int StartingConditional() { // Restrict based on the player's alignment if(GetAlignmentGoodEvil(GetPCSpeaker()) == ALIGNMENT_EVIL) return FALSE; return TRUE; }