{
"format_version": "1.10.0",
"animation_controllers": {
"controller.animation.custom_bow": {
"states": {
"default": {
"transitions": [
{
"fpp_start": "query.is_using_item==true && c.is_first_person"
},
{
"tpp_start": "query.is_using_item==true && !c.is_first_person"
}
]
},
"fpp_start": {
"animations": [
"aim"
],
"transitions": [
{
"fpp_end": "query.all_animations_finished && query.is_using_item==false"
}
]
},
"fpp_end": {
"animations": [
"fire"
],
"transitions": [
{
"default": "!c.is_first_person"
},
{
"default": "query.all_animations_finished"
}
]
},
"tpp_start": {
"transitions": [{
"tpp_end": "query.is_using_item==false"
}]
},
"tpp_end":{
"animations": [
"tpp_fire"
],
"transitions": [
{
"default": "query.all_animations_finished"
}
]
}
}
}
}
}
not sure why it fires the animation sometimes when i walk and im holding down the use button as you can see in the video