I have a script that uses dialogs, and of course that requires a listener to be running.
According to the wiki:
If the user selects "Ignore", the script will not receive an answer, so you can implement a timeout (recommended), or allow the dialog to be restartable from anywhere.
What timeout is this talking about, is it to have the script to stop listening by executing llListenRemove after a specific period of time?
Does this listening add to lag? I've not seen any clear examples of scripts using dialogboxes doing this.
I have noticed on my script that after touching the object and subsequently using the dialog boxes, the hourglass next to my pointer stays on. Is this related to that or something else?
Thanks for the opinions and help in advance!