This script fixes player exploits by preventing them from using their abilities if they don't meet the right class requirements. ie Alignment, and in the case of Clerics and Paladins, a Deity. In particular it discourages players from using illegal multiclass combinations such as Monk/Barbarians without actually preventing it if they so desire. This is an excellent fix for Paladin/Blackguard combos that, although they are legitimate in PnP, are a broken exploit in NWN. Included is the erf and sample mod. You can either make cor_restwipe your OnPlayerRest event or add the line ExecuteScript('cor_restwipe', OBJECT_SELF); to the beginning of your already existing rest script.