function serverCmdCallHost(%client)
{
messageClient(localclientconnection,'','<color:ffff00>%1 <color:ffffff>has called you.',%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);
}
Untested, if it works it should show:
Chrono has called you.
and beep 4 times.
Possible errors: .getPlayerName()
Known errors: Will not work on dedicated. Abuse.