Hey all,
 
 It's me yet again. Just after a script to make the PC a Jedi Guardian.
 
 Thanks!
  
 
  
  
    Check the dantooine module with the enclave, I'm not on my pc right now though, sorry
  
 
  
  
    This script should work.
 void main() {
 object oPC = GetFirstPC();
 int iClass = 3;
 AssignCommand(oPC, AddMultiClass(iClass, oPC));
 }
  
 
  
  
    Thank you, Ferc, it worked wonderfully.