Multiple_Send, Reconnecter, and Quitting

Posted by DexterSinister on Fri 22 Apr 2016 07:12 AM — 2 posts, 10,344 views.

#0
I have both the Multiple_Send and Reconnecter plugins installed in my worlds. They each work great, but there's one issue when it comes to quitting.

If I use Multiple_Send to send the 'QUIT' command to every world at once, then it doesn't interpret it as the 'disable reconnecting and quit' command - so my worlds quit, and then immediately reconnect. I have to go to each world and send 'QUIT' individually, which can be a bit bothersome when I have five or more worlds open at once, and I'm signing off to head for bed.

Is there any way I could send the proper 'disable reconnecting and quit' command to all worlds in a single line?
Australia Forum Administrator #1
Assuming you are using the old VBscript one (id 33e3ed2a4a9751329b048b5c) then change this line:


       sndworld.send wildcards(2)


to read:


       sndworld.Execute wildcards(2)


(Do this in two places)


That sends the command through the target world's command processor, which should then be captured as an alias.