Les,

No worries mate. Normally, $merlin.wait($wait) doesn't work because an agent can't wait on it's on request object. I just applied a few kix trix to make it work. Actually, this is probably a better expression to use in a logon script - it's a bit more bullet proof because we want to insure a valid request object before we wait in a loop:


if $wait do sleep 1 until $merlin.wait($wait) <> 0 endif

Anyways, lets see what mmantei thinks of our solution.

-Shawn