29 lines
		
	
	
		
			420 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			420 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| // Choreo version 1
 | |
| actor "!Target1"
 | |
| {
 | |
|   channel "Audio"
 | |
|   {
 | |
|     event speak "imstickinghere01"
 | |
|     {
 | |
|       time 0.006667 1.063379
 | |
|       param "npc_citizen.imstickinghere01"
 | |
|       param2 "75dB"
 | |
|       fixedlength
 | |
|     }
 | |
|   }
 | |
|   channel "Expression"
 | |
|   {
 | |
|   }
 | |
|   channel "Look"
 | |
|   {
 | |
|     event lookat "Lookatplayer"
 | |
|     {
 | |
|       time 0.000000 1.086667
 | |
|       param "!player"
 | |
|     }
 | |
|   }
 | |
| }
 | |
| 
 | |
| fps 60
 | |
| snap off
 |