I have a command to fire my limpets in elite dangerous, it is suppose to fire 2 limpets after determining if the cargo scoop is open or closed. When the command executes it works and deploys 2 limpets, but if the command is said again it will only executes by firing one limpet, no patter how long I wait.
Any thoughts
Begin Small Integer Compare : [cargo-scoop] Equals 0
Execute command, 'Next Hostile - Keybinding'
Pause 0.1 seconds
Execute command, 'Balance Power'
Execute command, 'Scoop; Open Scoop; Open cargo scoop'
Else If Small Integer Compare : [cargo-scoop] Equals 1
Execute command, 'Next Hostile - Keybinding'
Pause 0.1 seconds
Execute command, 'Balance Power'
End Condition
Pause 0.1 seconds
Execute command, '2nd Secondary fire trigger - Keybindings'
Pause 4 seconds
Execute command, '2nd Secondary fire trigger - Keybindings'
Pause 4 seconds