Scripted scene: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (ep2 add)
Line 25: Line 25:
* '''StopWaitingForActor'''
* '''StopWaitingForActor'''
: Stop waiting on an actor to stop talking.
: Stop waiting on an actor to stop talking.
* '''{{ep2 add|CancelAtNextInterrupt}}'''
* '''{{ep2 add|PitchShift}}'''
* '''{{ep2 add|Trigger}}'''
* '''{{ep2 add|ScriptPlayerDeath}}'''
==Outputs==
==Outputs==
* {{o targetname}}
* {{o targetname}}

Revision as of 08:05, 8 October 2007

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