Env radio
Jump to navigation
Jump to search
Template:Se1 point It is an ambient entity that acts as a radio and works identical to the one found in the sin car, where it will continuously play the set of soundfiles found on a radio station located in scripts/radio.txt on loop in space as ambient_generic until told otherwise.
Keyvalues
- ScriptFile ([todo internal name (i)]) <string>
- Script file containing station information (default:
scripts/radio.txt).
Inputs
- TurnOn
- Turns the radio on.
- TurnOff
- Turns the radio off.
- NextStation
- Plays the next radio station.
- PrevStation
- Plays the previous radio station.
- SetStation <integer>
- Plays the radio station with this number (starts at 0).
- SetVolume <integer>
- Sets the volume of the entity (0-100).
- SetScript <string>
- Set the script file to gather radio stations from.
Ouputs
- OnUse
- Fires when the
Useinput is given.