Dialogue Editor
From Wolfire Games Wiki
This is the technical documentation for the dialogue editor. It's used to create scenes with different camera angles, text and poses. It is commonly used to give context and progress the story in a level.
Before reading this article it's recommended that you read the Dialogue article to get a basic understanding of how dialogues work.
Contents
Dialogue
Command: say # "n" "m"
Camera Position
Command: set_cam tx ty tz rx ry rz
Character Position
Command: set_character_pos # x y z r
Pose
Command: send_character_message # "set_animation \"a\""
Eye, Head & Torso Movement
Command: send_character_message # "a"
Fading
Other Features
TODO: Add missing features