Waits are ignored when executing commands from files.
say "test"
wait 350
say "uh-oh! this appears instantly!"
Running exec testwait.cfg
will erroneously print both "say" messages at the same time, when running the same commands in the console will correctly process the wait
with no issues.
Tested on a Windows listen server, previously reported by Sunflower (presumably a Linux dedicated).