//:://///////////////////////////////////////////// //:: FileName sc_testtomb //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 8/17/2002 8:58:56 PM //::////////////////////////////////////////////// int StartingConditional() { // Restrict based on the player's alignment if(GetAlignmentLawChaos(GetPCSpeaker()) != ALIGNMENT_CHAOTIC) return FALSE; return TRUE; }