blob: e28975f56a8ca2067cc5d7156b7326f251a7383a (
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 "illstayhere01"
{
time 0.006667 0.600998
param "npc_citizen.illstayhere01"
param2 "75dB"
fixedlength
}
}
channel "Expression"
{
}
channel "Look"
{
event lookat "Lookatplayer"
{
time 0.000000 0.626667
param "!player"
}
}
}
scalesettings
{
"CChoreoView" "100"
"RampTool" "100"
"ExpressionTool" "100"
"GestureTool" "100"
"SceneRampTool" "100"
}
fps 60
snap off
|