Author Topic: Pauses not being displayed (1.7.0.9) Elite  (Read 1230 times)

Incurable-Rash

  • Full Member
  • ***
  • Posts: 181
Pauses not being displayed (1.7.0.9) Elite
« on: May 31, 2018, 10:21:38 AM »

The pause command in my main command is not being displayed when executed. However the pauses are being displayed when the included commands pauses are executed.
Example I have a command that executes a loading sequence and it executes other commands in the process.
After all the commands are executed it has a set of 3 pauses, before it repeats the command again.
None of the main command pauses are being displayed, but the included commands pauses are.
What have I missed this time.

Command:

Say, 'Disable Throttle'  (and wait until it completes)
Execute command, 'Game Login auto - Keybinding' (and wait until it completes)
Execute command, 'Start auto' (and wait until it completes)
Execute command, 'Solo play auto' (and wait until it completes)
Execute command, 'Station Services auto ' (and wait until it completes)
Execute command, 'station contacts auto' (and wait until it completes)
Execute command, 'Power Contacts auto' (and wait until it completes)
Execute command, 'Garrison Cargo auto' (and wait until it completes)
Pause 10 seconds
Execute command, 'Game shutdown' (and wait until it completes)
Pause 900 seconds
Pause 540 seconds
Pause 90 seconds


Gary

  • Administrator
  • Hero Member
  • *****
  • Posts: 2827
Re: Pauses not being displayed (1.7.0.9) Elite
« Reply #1 on: May 31, 2018, 10:33:06 AM »
The pause indicator was removed if the command has the, 'allow other commands to execute' option, due to complaints.  The indicator was put in to let folks know that things were happening (when it would seem like things were stuck and not executing), and only if the pause was over 3 seconds.  When asynchronous commands were added, it kind of made that warning not necessary, as other commands can execute at the same time (and not seem stuck).

Incurable-Rash

  • Full Member
  • ***
  • Posts: 181
Re: Pauses not being displayed (1.7.0.9) Elite
« Reply #2 on: May 31, 2018, 10:44:14 AM »
Ok thanks
I was using it as a time, but now i know its gone I find and external one.