These forums are CLOSED. Please visit the new forums HERE
Dialog Timeout? |
|
|
Keno Pontoppidan
Registered User
Join date: 20 Oct 2005
Posts: 75
|
12-20-2006 09:31
How would I create a timeout for a dialog if it dosent get a response after a while so the listen can turn off?
|
|
Peekay Semyorka
Registered User
Join date: 18 Nov 2006
Posts: 337
|
12-20-2006 09:42
If you save handle returned by llListen(), then you can set your own timer to remove the listener after a period of time.
However, there is no way to actually dismiss the dialog box itself. A button press after the listener has been removed simply gets ignored. I urge scripters to vote for Proposal 2448. While the original proposal was to add text-input field to llDialog -- which is badly needed in itself -- its corresponding discussion thread includes several ideas on extending the llDialog system including the ability to dismiss dialogs. -peekay |
|
Boss Spectre
Registered User
Join date: 5 Sep 2005
Posts: 229
|
12-20-2006 12:18
Here's an example free of off-topic campaigning
![]() CODE // Dialog Timeout Example Script by Boss Spectre I hope it's helpful. |