IsTalking

From the CreationKit Wiki
Revision as of 08:43, 5 July 2013 by imported>Thynar (→‎Notes)
Jump to navigation Jump to search

Syntax

<ActorRef>.IsTalking

Return Value

1 if the actor is currently talking.

Notes

  • This appears to work only for dialogue, not for scenes. For these, IsScenePlaying and IsInScene may be more useful.
  • It is unclear whether this returns true if they are in dialog with the player, like IsInDialogueWithPlayer, or only if they are currently speaking. It is hence unclear what this means when used on the player. Use with caution in these cases, and document your findings on this page.

It appears to have no effect when used as a condition on the player.

See Also