blob: 702f54214d49e11ae7bd6f777aafb192146ddc5e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
// Choreo version 1
actor "!Target1"
{
channel "Audio"
{
event speak "gethellout"
{
time 0.006667 2.452495
param "npc_citizen.gethellout"
param2 "75dB"
fixedlength
}
}
channel "Expression"
{
}
channel "Look"
{
event lookat "Lookatplayer"
{
time 0.000000 2.453334
param "!player"
}
}
}
scalesettings
{
"CChoreoView" "100"
"SceneRampTool" "100"
"ExpressionTool" "100"
"GestureTool" "100"
"RampTool" "100"
}
fps 60
snap off
|