I made a va script using EDDI to honk the system for me if i have visited less then 3 time maybe it can be used
Code:
veabl command "auto scan"
Begin Boolean Compare : [auto scan on] Equals False
Set Boolean [auto scan on] to True
Say, 'auto scan on'
Else
Set Boolean [auto scan on] to False
Say, 'auto scan off'
End Condition
none verbal command ((EDDI Jumped))
Begin Boolean Compare : [auto scan on] Equals False
Exit Command
End Condition
Begin Integer Compare : [{System visits}] Is Less Than 3
Start Loop While : ([Game state] Does Not Equal 'supercruise' AND [Game state] Does Not Equal 'normal space')
Pause 0.2 seconds
End Loop
Execute command, 'Scan the system' (by name) (and wait until it completes)
End Condition
verbal command "Scan the system"
Begin Text Compare : [Game state] Does Not Equal 'supercruise'
Begin Text Compare : [Game state] Does Not Equal 'normal space'
Execute command, '((command ignored))' (by name) (and wait until it completes)
End Condition - Exit when condition met
End Condition
Execute command, '((RS - System Scan))' (by name)
Execute command, '((Discovery Scanner))' (by name)
Click left mouse button
Set Text [Script] to 'scann of {TXT:System name} completed '
Execute external plugin, 'EDDI 2.4.6-b2' and wait for return