Minimum version: v4.11.0
This command was introduced in SCNP25 v4.11.0.
/setRadioAgency <agencyID>
Switches the radio to the codeplug for the given agency. This is the F8-console equivalent of firing the setCodeplug event — same flow, same permissions handler, same outcome.
| Argument | Type | Description |
|---|---|---|
agencyID |
string | The agency to load. Conventionally the lower-case in-game department name (e.g. lspd, bcso). The reserved value default always loads. |
Switch to LSPD:
/setRadioAgency lspd
Reset to the default codeplug:
/setRadioAgency default
agencyID is not default, the handler is consulted first.agencyID is supplied, the command logs "Incorrect parameters!" to the console and does nothing.