Difference between revisions of "Say (Procedure)"
Added "see also" section items.
imported>Henning m (moved Procedure Say to Say (Procedure)) |
imported>Catwheezle (Added "see also" section items.) |
||
Line 1: | Line 1: | ||
{{Procedures | {{Procedures | ||
|Name=Say | |Name=Say | ||
|Description=Causes an actor to say a line of dialogue (without | |Description=Causes an actor to say a line of dialogue (without bringing up the dialogue menu). The advent of [[Scenes]] makes the use of the procedure more limited. | ||
|Completes=After the line is spoken. | |Completes=After the line is spoken. | ||
Line 14: | Line 14: | ||
|Param3=FinishSpeaking | |Param3=FinishSpeaking | ||
|Type3=Bool | |Type3=Bool | ||
|Desc3= ??? | |Desc3= ??? Possibly if false, the target is expected to respond? | ||
|Param4=LookAtTarget | |Param4=LookAtTarget | ||
Line 23: | Line 23: | ||
|Type5=bool | |Type5=bool | ||
|Desc5=Regardless of the Game Setting the player selected, force a subtitle to be displayed when this line of dialogue is spoken. | |Desc5=Regardless of the Game Setting the player selected, force a subtitle to be displayed when this line of dialogue is spoken. | ||
|Notes= | |Notes= | ||
*None. | *None. | ||
|SeeAlso= | |||
*[[Procedures]] | |||
*[[Bethesda Tutorial Conversations]] | |||
*[[Bethesda Tutorial Dialogue]] | |||
*[[Bethesda Tutorial Advanced Dialogue]] | |||
*[[Say (Procedure)]] | |||
*[[Say - ObjectReference]] | |||
*[[Say]] console command. | |||
*[[SayTo]] console command. | |||
}} | }} |