40 lines
		
	
	
		
			571 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			40 lines
		
	
	
		
			571 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
// Choreo version 1
 | 
						|
actor "!Target1"
 | 
						|
{
 | 
						|
  channel "Audio"
 | 
						|
  {
 | 
						|
    event speak "ourplacehere"
 | 
						|
    {
 | 
						|
      time 0.026667 1.682359
 | 
						|
      param "npc_vortigaunt.ourplacehere"
 | 
						|
      param2 "75dB"
 | 
						|
      fixedlength
 | 
						|
    }
 | 
						|
  }
 | 
						|
  channel "Look"
 | 
						|
  {
 | 
						|
    event lookat "player"
 | 
						|
    {
 | 
						|
      time 0.026667 1.686667
 | 
						|
      param "!player"
 | 
						|
    }
 | 
						|
  }
 | 
						|
  channel "Head"
 | 
						|
  {
 | 
						|
  }
 | 
						|
  channel "Facial"
 | 
						|
  {
 | 
						|
  }
 | 
						|
}
 | 
						|
 | 
						|
scalesettings
 | 
						|
{
 | 
						|
  "CChoreoView" "100"
 | 
						|
  "RampTool" "100"
 | 
						|
  "ExpressionTool" "100"
 | 
						|
  "GestureTool" "100"
 | 
						|
  "SceneRampTool" "100"
 | 
						|
}
 | 
						|
fps 60
 | 
						|
snap off
 |