Ferc Kast Posted March 28, 2008 Share Posted March 28, 2008 (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 // [b]This causes Atton to attack the player.[/b] // CFA: 2-12-04 #include "k_inc_debug" void main() { //Make Atton attack. ClearAllActions (); DelayCommand(0.2,ChangeToStandardFaction(GetObjectByTag("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? Link to comment Share on other sites More sharing options...
Stream Posted March 28, 2008 Share Posted March 28, 2008 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 Link to comment Share on other sites More sharing options...
Darth Payne Posted March 28, 2008 Share Posted March 28, 2008 Maybe he would've attacked T3? He is a droid, and the droids on Peragus did kill everyone. Link to comment Share on other sites More sharing options...
Ferc Kast Posted March 28, 2008 Author Share Posted March 28, 2008 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. Link to comment Share on other sites More sharing options...
Bee Hoon Posted March 28, 2008 Share Posted March 28, 2008 *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:) Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.