Anyone know how to work a decent delay in descriptor returning? WAIT_STATE just pauses command parsing, anyone know how to pause, temporarily, the descriptor from returning something? Function specific of course... For example...
Send_to_char("blah")
<-----five seconds---->
send_to_char(blahhhh...")
I need at least a hint on how to add a five second delay like such.
I hope you get what I mean.

