//:://///////////////////////////////////////////// //:: FileName mm_chk_sanneutra //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 27.05.2007 17:11:44 //::////////////////////////////////////////////// int StartingConditional() { // Restrict based on the player's alignment if(GetAlignmentGoodEvil(GetPCSpeaker()) != ALIGNMENT_NEUTRAL) return FALSE; return TRUE; }