sosso23 Posted June 25, 2010 Share Posted June 25, 2010 Can someone say me how i can change the banden indarys script that he become visibel when i am in house redoran and hlaalu Link to comment Share on other sites More sharing options...
AzirAphale001 Posted June 26, 2010 Share Posted June 26, 2010 He should be visible when you're in House Hlaalu or Telvanni although both have a quest to kill him. If you make him visible when you're in Redoran then you may get accused of trespass in your own stronghold.But if you really want to then I think that changing Begin bandenIndarysScript if ( CellChanged == 0 ) Return endif if ( GetPCRank "Redoran" == -1 ) Enable else Disable endif End to Begin bandenIndarysScript if ( CellChanged == 0 ) Return endif if ( GetPCRank "Redoran" => -1 ) Enable else Enable endif End should work. Just make sure you back-up your saves before you try it. Link to comment Share on other sites More sharing options...
Recommended Posts