SetBroadcastState
From GECK
A function included in the GECK for Fallout 3.
Description
Sets the broadcast state of a radio station.
Syntax
[radio:ref].SetBroadcastState broadcastState:int
Example
NPCRadio.SetBroadcastState 1
NPCRadio will now broadcast whatever audio is assigned to that station.
Broadcast State
0 turns off continuous broadcast -- the station will play static except when playing scripted conversations using StartRadioConversation. 1 turns on continuous broadcast -- the station will generate and play radio conversations one after another.