19 lines
		
	
	
		
			No EOL
		
	
	
		
			861 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			No EOL
		
	
	
		
			861 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
-- Template
 | 
						|
 | 
						|
	["cotton_candy_yellow"] = {"mp_player_inteat@burger", "mp_player_int_eat_burger", "Eat cotton candy yellow", AnimationOptions =
 | 
						|
   {
 | 
						|
      Prop = "bzzz_candy_cotton_yellow", --or bzzz_candy_cotton_pink, bzzz_candy_cotton_blue, bzzz_candy_cotton_red, bzzz_candy_cotton_stick
 | 
						|
      PropBone = 18905,
 | 
						|
      PropPlacement = {0.15, 0.07, 0.0, -50.0, 150.0, 0.0},
 | 
						|
      EmoteLoop = true,
 | 
						|
      EmoteMoving = true,
 | 
						|
   }}, 
 | 
						|
   
 | 
						|
   ["making_cotton_candy"] = {"anim@heists@humane_labs@finale@keycards", "ped_a_enter_loop", "Making cotton candy", AnimationOptions =
 | 
						|
   {
 | 
						|
       Prop = 'bzzz_candy_cotton_yellow', --or bzzz_candy_cotton_pink, bzzz_candy_cotton_blue, bzzz_candy_cotton_red, bzzz_candy_cotton_stick
 | 
						|
       PropBone = 18905,
 | 
						|
       PropPlacement = {0.27, -0.04, -0.02, 24.0, 110.0, 0.0},
 | 
						|
       EmoteMoving = true,
 | 
						|
       EmoteLoop = true
 | 
						|
   }}, |