10-22-2004 17:15
What is the best way to implement ui windows? iF I remember right, to get the dialog box it's just a cretin say channel, and requires a lisson to get the results. But what do you when some one doesn't answer. Ie they keep clicking, log off, detach, take.

I was thinking I would make a new state. The state could have a lisson, and a timer. So if they don't answer after a cretin amount of time the script defaults. Then every time I need user input, print, and go to state, and then switch back to the normal state.
But do I need to kill the lisson? i.e. changing states dose not remove lissons, so I need to make sure the script dose.

Oh great scripts of the forum, I seek your wisdom.