Member of: Actor Script
Checks to see if this actor is currently talking.
bool Function IsTalking() native
None.
Whether this actor is talking.
if Game.GetPlayer().IsTalking() Debug.Trace("Player is talking.") endIf