Say

From the CreationKit Wiki
Revision as of 13:30, 11 November 2011 by imported>Scornett-Bot (Script running global find and replace: Category:Console Commands for Category:Console Functions)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Say causes an Actor speak a single line of dialogue. This function will fail if:

  • TopicID is not a Topic (that is, if you pass it a Branch, Info, etc.).
  • TopicID is a valid Topic, but it uses a SharedInfo.
  • None of the Topic's Infos qualify (that is, none of their conditions are met).

Syntax

[ActorREF.]Say TopicID

Examples

JoeRef.Say SpeechTopic

See Also

SayTo