StartRadioConversation

From the Fallout3 GECK Wiki
Revision as of 13:42, 12 August 2009 by imported>Geckbot (Robot: Automated text replacement (-\[\[Category:(.*?)Functions\]\] +Category:\1Functions\nCategory:\1Functions (GECK 1.0)))
Jump to navigation Jump to search

Description

StartRadioConversation will trigger a conversation over the specified radio station.

Syntax

stationRef.StartRadioConversation [Topic (optional)]

Parameters

  • Topic: The conversation will begin with the specified topic. If no topic is specified, the station will play a topic according to normal conversation rules.

Notes

If the station is currently broadcasting, interrupt the broadcast with the new conversation, then return to generating looping broadcasts as before; if the station is NOT currently broadcasting, just play this single conversation and then stop broadcasting. (i.e. StartRadioConversation does not change the "broadcast state" of the station).

See Also