Radio Stations

From GECK
Jump to: navigation, search
This article is incomplete. You can help by filling in any blank descriptions.
Further information might be found in a section of the discussion page. Please remove this message when no longer necessary.

Radio Stations

Talking Activators have a checkbox to mark them as radio stations. Each radio station has a separate base object, e.g. RadioEnclave, RadioGalaxyNews, etc.

Radio station references have a unique Broadcast Range Type.

Radio Station Dialogue & Music

Radios use dialogue from the "Radio" tab on the quest window. There is a default topic (RadioHello) which the code uses to start "radio conversations", similar to the way HELLO is used by the dialogue conversation system.

Radio stations generate conversations like normal dialogue conversations. Songs can be played simply by using the "Sound" dropdown on the info. This will play instead of the info's voice file.

Broadcast State

The broadcast state of a radio station can be set to on or off. The default state of a radio station is set using the "Continuous Broadcast" checkbox on the Talking Activator base object.

The broadcast state can be switched on and off using the SetBroadcastState script function.

Radios

Radios -- objects in the world that play a particular radio station -- are activators. You can select the radio station on the base object. They will automatically play the radio station when turned on.

See Also