(Sorry if this is posted in the wrong forum.) I was looking through some of KotOR II's scripts earlier when I found a script labeled a_102attattack.nss; I'll admit that when I saw the word attack, I got very curious. Upon opening it, I saw:
 
 // a_102attattack
 // This causes Atton to attack the player.
 // CFA: 2-12-04
 
 #include "k_inc_debug"
 
 void main()
 {
 
 //Make Atton attack.
 ClearAllActions ();
 DelayCommand(0.2,ChangeToStandardFaction(GetObject ByTag("Atton"), STANDARD_FACTION_HOSTILE_1));
 DelayCommand(0.2,AssignCommand(GetObjectByTag("Atton"),ActionAttack(GetFirstPC())) );
 
 }
 
 So, here's my question: When was Atton supposed to attack the Exile? Because I certainly don't remember having Atton attack me before. Was this cut content that has never got re-implemented, yet?
  
 
  
  
    Yeah that looks like he would attack the exile... well he'll attack the PC but whether the PC is the exile or not is a different matter. Looks like it's a script from Peragus so maybe it is cut content, the player could've been Mira at that stage or a droid or something.
 
 --Stream
  
 
  
  
    Maybe he would've attacked T3?
 
 He is a droid, and the droids on Peragus did kill everyone.
  
 
  
  
    After doing more investigating, I found that 102 may be a reference to the Peragus mining tunnels (module name: 102PER).
 
 I'm starting to think it may be just a leftover script from the E3 Demo.
  
 
  
  
    *is complete n00b, but speculates anyway since it involves Atton*
 
 Maybe it has something to do with Atton turning DS if you have higher influence with the Disciple than with him... Cut-content which I believe will be restired in K2RP:)