Logic choreographed scene: Difference between revisions
Jump to navigation
Jump to search
m (spelling) |
No edit summary |
||
Line 6: | Line 6: | ||
Manages a choreographed scene of one or more actors. | Manages a choreographed scene of one or more actors. | ||
== | ==Keyvalues== | ||
* | * {{kv targetname}} | ||
* '''SceneFile''' | |||
: <scene> The VCD scene file to use. | |||
* '''target''(1-8)''''' | |||
: <target_destination> | |||
* '''busyactor''' | |||
: {{boolean}} Wait for the actor to finish? | |||
==Inputs== | |||
* {{i targetname}} | |||
* '''Start''' | * '''Start''' | ||
: Starts playback of the scene file | |||
* '''Pause''' | * '''Pause''' | ||
: Pauses playback of the scene file | |||
* '''Resume''' | * '''Resume''' | ||
: Resumes playback of the scene if it has been paused | |||
* '''Cancel''' | * '''Cancel''' | ||
: Cancels playback of the scene | |||
* '''InterjectResponse <string>''' | * '''InterjectResponse <string>''' | ||
: Finds an actor who can respond to the specified concept string while the scene continues playing | |||
* '''StopWaitingForActor''' | * '''StopWaitingForActor''' | ||
: Stop waiting on an actor to stop talking. | |||
==Outputs== | |||
* {{o targetname}} | |||
* '''OnStart''' | * '''OnStart''' | ||
: The scene has started | |||
* '''OnCompletion''' | * '''OnCompletion''' | ||
: The scene has completed | |||
* '''OnCanceled''' | * '''OnCanceled''' | ||
: The scene has been canceled | |||
* ''' | |||
* '''OnTrigger''(1-8)''''' | |||
: Scene trigger ''(1-8)'' | |||
[[Category:Entities]] | [[Category:Entities]] |
Revision as of 20:32, 11 July 2005
Entity Description
Entity Name: logic_choreographed_scene
Manages a choreographed scene of one or more actors.
Keyvalues
- SceneFile
- <scene> The VCD scene file to use.
- target(1-8)
- <target_destination>
- busyactor
- <boolean> Wait for the actor to finish?
Inputs
- Start
- 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
- OnStart
- The scene has started
- OnCompletion
- The scene has completed
- OnCanceled
- The scene has been canceled
- OnTrigger(1-8)
- Scene trigger (1-8)