Thanks! Is there a list of functions, e.g. if I want to create a command "Ahead half" which sets my supercruise engines to 50% and elicits an acknowledgement from the helm - I see this command for "impulse"
[quarter;one quarter;half;three quarter;full;maximum] Impulse
Begin Boolean Compare : [Training mode] Equals False
Begin Condition : ([Game state] Does Not Equal 'fighter' AND [Game state] Does Not Equal 'normal space' AND [Game state] Does Not Equal 'supercruise')
Execute command, '((command ignored))' (by name)
End Condition - Exit when condition met
End Condition
Execute command, '((Every command START))' (by name)
Set Text [~~Role] to 'helm'
Set Text [~~spoken] to '{CMDSEGMENT:0}'
Execute command, '((number conversion))' (by name) (and wait until it completes)
Execute command, '((RS - Impulse {TXT:~~spoken}%))' (by name) (and wait until it completes)
Execute command, '(({TXT:~~spoken}%))' (by name)
Execute command, '((Every command END))' (by name)
but if I want to set my supercruise engines to the command rather than my impulse engines, how would I do that?