Quote:
|
Originally Posted by Kosmos
I have seen a few request for an auto-decline invite.
Possible ideas. (Just Hit Enter Decline)
Creating an invite window with a checkbox that when checked
works like this.
OnShow - /declineinvite
(Ahh, but how to turn it off, once you have set the window to do that)
Possible create another window that the checkbox can be included in?
|
Well, if its a checkbox, you'd have to set up an 'unchecked event'
Never used checkboxes, so I'm not exactly sure but it would be something like:
OnEnable="whatever autodeclines"
OnDisable"whatever disables the enable"
Same thing with OnActivate/OnDeActivate.