It probably wouldn't work, because when I go AFK, I'm all the way on the other side of my house, I can't hear stuff from my non-BL computer (which is right next to my BL computer), and my BL computer's speakers are busted.
Can you make it so it tells the person who calls that it works?
function serverCmdCallHost(%client){ messageClient(localclientconnection,'','<color:ffff00>%1 <color:ffffff>has called you.',%client.getPlayerName()); messageClient(%client,'','<color:ffff00>You <color:ffffff>have called the host.',%client.getPlayerName()); localClientConnection.playSound(Synth_11_Sound); localClientConnection.schedule(10,playSound,Synth_11_Sound); localClientConnection.schedule(20,playSound,Synth_11_Sound); localClientConnection.schedule(30,playSound,Synth_11_Sound);}
-codesnip-