Is there a way to have disconnecting fire a trigger? The game I play doesn't have a text notification of such, and I don't see anything in the documentation about this.
Trigger on disconnect?
Posted by Vincitore on Fri 08 Apr 2011 03:58 PM — 3 posts, 16,399 views.
<script>
function OnPluginDisconnect ()
end -- function
</script>
Of course, with this option, you MUST build your script into a plugin, but this would do it. And without an "official" trigger!
In the help file, this would be located under the search term: "Scripting callbacks - plugins"
Thanks. I was indeed working with a plugin, so this is perfect.