View Single Post
Old 03-25-10, 02:52 AM   #31
gutted
The Old Man
 
Join Date: Apr 2005
Location: New Orleans, LA.
Posts: 1,353
Downloads: 470
Uploads: 10
Default

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.
__________________

Solution Solver 2.3.2 - Visual Targeting Tools & Aids
gutted is offline   Reply With Quote