Nope timeout doesn't work as I hoped, I am assuming it gives a pause between commands in console.cmd
format is
timeout <timeout in ms> <command name> [<params>]
Typing in the dos box
timeout 60.000 missLoad mission.miss
Gives an error Command not found: missload mission.miss after 60 seconds, so the timeout is working with direct entry.
using the following in console.cmd file
missLoad 128Bobv1_3.mis
battle start
timeout 60.000
chat Mission changes in 1 minute ALL
timeout 60.000
battle stop
missLoad 128Bob.mis
battle start
Results in everything executing but no timeouts so it executes one line straight after the other. Frustrating or what, but then I am no IT programmer.
|