Radio
From BattletechMUX
Private Radio
The radio command is used to send a private radio signal to another battlemech. The signal will only reach battlemechs in line of sight.
- radio <ID>=<STRING>
radio vp=hello You radio DOG Orion [vp] with, 'hello'
Broadcast Radio Channels
Broadcast radio channels are used to broadcast a public radio signal on a set frequency. Set up your broadcast radio channels before starting a battlemech. Frequencies can be obtained from your faction.
The listchannels command lists set frequencies + comtitles for them.
- listchannels
# -- Mode -- Frequency -- Comtitle A D--- 317995 ORI<George> B A--- 998414 ORI<George> C A--- 402114 ORI<George> D A--- 893642 ORI<George> E A--- 136893 ORI<George>
The sendchannel command sends <string> on channel <letter>'s freq.
- sendchannel <LETTER> = <STRING>
sendchannel a=hello [A:180] <ORI<George>> hello
The setchannelfreq sets channel <letter> to frequency <number>.
- setchannelfreq <LETTER> = <NUMBER>
setchannelfreq a=317995 Channel A set to 317995.
The setchannelmode sets channel <letter> mode <string> (available letters: DIUES, color codes). Set your channel "A" to mode "D".
- setchannelmode <LETTER> = <STRING>
- modes: D=digital, I=info, U=mute, E=relay, S=scan, A=analog [Detailed Instructions]
setchannelmode a=d Channel A <send> mode set to digital (flags:-).
The setchanneltitle sets channel <letter> comtitle to <string>.
- setchanneltitle <LETTER> = <STRING>
setchanneltitle a=ORI<George> Channel A title set to set to ORI<George>.
