jkStringOutput


Prints a concatenated string on the screen. When jkStringOutput() sends a message to other computers, the other computers will play a beep sound when they receive the message.1 Syntax:

jkStringOutput(destination, speaker);

destination: The destination determines which computers the string will be printed on.

speaker: This is the player who is to say the outputted string. On all computers but the speaker's, the string will be printed as: Speaker says 'string'. On the speaker's computer, only the string will be printed. If you don't want a speaker for the message, use -1 for this parameter.


1 The name of the beep sound is set_vlo2.wav. So if you want to change the sound or silence it, give your new wav that filename and put it in your sound directory.