//:://///////////////////////////////////////////// //:: FileName mm_chk_palalignm //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 27.05.2007 16:24:02 //::////////////////////////////////////////////// int StartingConditional() { // Restrict based on the player's alignment if(GetAlignmentGoodEvil(GetPCSpeaker()) != ALIGNMENT_GOOD) return FALSE; return TRUE; }