Difference between revisions of "Say"
Jump to navigation
Jump to search
imported>Catwheezle (Added "see also" section items, various other tweaks.) |
imported>Cipscis (Fixed display text for link) |
||
Line 1: | Line 1: | ||
[[Say]] makes an [[:Category:Actor]] say a single line of dialogue (without bringing up the dialogue menu). This function will fail if: | [[Say]] makes an [[:Category:Actor|Actor]] say a single line of dialogue (without bringing up the dialogue menu). This function will fail if: | ||
* '''TopicID''' is not a [[Topic]] (that is, if you pass it a [[Branch]], [[Info]], etc.). | * '''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]]. | * '''TopicID''' is a valid [[Topic]], but it uses a [[SharedInfo]]. |
Latest revision as of 04:49, 15 February 2012
Say makes an Actor say a single line of dialogue (without bringing up the dialogue menu). 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[edit | edit source]
[ActorREF.]Say TopicID
Examples[edit | edit source]
JoeRef.Say SpeechTopic
See Also[edit | edit source]
- SayTo console command.