Scripted scene: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
 
Line 1: Line 1:
{{wrongtitle|title=scripted_scene}}
{{wrongtitle|title=scripted_scene}}
==Entity Description==
==Entity Description==
Manages a choreographed scene of one or more actors.
Also known as '''logic_choreographed_scene''', this entity manages a choreographed scene of one or more actors.
 
==Keyvalues==
==Keyvalues==
* {{kv targetname}}
* {{kv targetname}}

Revision as of 20:20, 6 October 2005

Template:Wrongtitle

Entity Description

Also known as logic_choreographed_scene, this entity manages a choreographed scene of one or more actors.

Keyvalues

<scene> The VCD scene file to use.
  • target1-8
<target_destination> Use these keyvalues to specify the resolution of Actor or Event Target names that are using a !Target# name in the VCD.
  • busyactor
<boolean> Wait for the actor to finish?

Inputs

Starts playback of the scene file
  • Pause
Pauses playback of the scene file
  • Resume
Resumes playback of the scene if it has been paused
  • Cancel
Cancels playback of the scene
  • InterjectResponse <string>
Finds an actor who can respond to the specified concept string while the scene continues playing
  • StopWaitingForActor
Stop waiting on an actor to stop talking.

Outputs

The scene has started
  • OnCompletion
The scene has completed
  • OnCanceled
The scene has been canceled
  • OnTrigger1-8
Scene trigger 1-8