View Single Post
Old 03-25-10, 03:16 AM   #34
TheDarkWraith
Black Magic
 
Join Date: Jun 2007
Posts: 11,962
Downloads: 147
Uploads: 5


Default

Quote:
Originally Posted by gutted View Post
DarkWraith, to stop the TAI opening by itself when you enter a scope:

In:
def Station_Activated( station ):

comment out the the "else" part of this
Code:
if Game.Mission.IsTutorial:
            SetFeedBackMode( FeedBackModes.Minimized, Instant.Yes )
      #else:
           #SetFeedBackMode( FeedBackModes.TAI, Instant.No )
When you enter a scope with it minimized it stays minimized. If you enter with it open.. its still open.
I'll add that as a user option. I can see that being very usable.
TheDarkWraith is offline   Reply With Quote