Difference between revisions of "SayTo"
Jump to navigation
Jump to search
imported>Scornett-Bot m (Script running global find and replace: Category:Console Commands for Category:Console Functions) |
imported>Catwheezle (Added "see also" section items.) |
||
Line 5: | Line 5: | ||
==Syntax== | ==Syntax== | ||
[''ActorREF''.]SayTo TargetActor, TopicID | [''ActorREF''.]SayTo ''TargetActor'', ''TopicID'' | ||
==Examples== | ==Examples== | ||
Line 11: | Line 11: | ||
==See Also== | ==See Also== | ||
[[Say]] | *[[Bethesda Tutorial Conversations]] | ||
*[[Bethesda Tutorial Dialogue]] | |||
*[[Bethesda Tutorial Advanced Dialogue]] | |||
*[[Say]] console command. | |||
==Papyrus Version== | |||
*[[Say (Procedure)]] | |||
*[[Say - ObjectReference]] | |||
[[Category:Console Commands]] | [[Category:Console Commands]] |
Latest revision as of 00:48, 15 February 2012
SayTo makes an Category:Actor say a single line of dialogue to another actor. As with Say, 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.]SayTo TargetActor, TopicID
Examples[edit | edit source]
SayTo JoeRef SecretTopic
See Also[edit | edit source]
- Say console command.