SayTo

From the Fallout3 GECK Wiki
Revision as of 14:03, 15 August 2009 by imported>Geckbot (Robot: Automated text replacement (-\[\[Category:(.*?)\(GECK 1.0\)\]\] +Category:\1(GECK 1.1)))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Description[edit | edit source]

SayTo makes an actor say a single line of dialogue to another actor. The function returns 0, so setting a variable equal to the return value will not do anything. To set up an action for after the line is spoken, see SayToDone, which is a block that is triggered when the SAYTO is complete.

Syntax[edit | edit source]

[ActorREF.]SayTo TargetActor, TopicID, ForceSubtitleFlag (optional), NoTargetLook (optional)

Examples[edit | edit source]

SayTo JoeRef SecretTopic 
SayTo player SecretTopic 1      ; force subtitles
SayTo JoeRef SecretTopic 0 1    ; Joe is not forced to look at the speaker during the SayTo

Notes[edit | edit source]

  • None at this time.

See Also[edit | edit source]