[help] Scenarios animations

Hello ! I need your guys help for my script.
It’s a simple one that plays the scenarios on demand most of them work, but for some others it doesn’t, for some it spawns the object needed in hand and for some others it doesn’t.

So I’m trying to make a simple task where the player pick up a hay bale with the “WORLD_PLAYER_CHORES_BALE_PICKUP_1” scenario like we do when we do the chore in the story mode. some other chores like the feeding chicken thing work and I’ve tried to make a haybale object spawn next to the player and then play the scenario but it still doesn’t work. Any ideas ? :cry:

here’s my simple line

RegisterCommand(‘bale’, function(source, args, rawCommand)

local playerPed = PlayerPedId()
TaskStartScenarioInPlace(playerPed, GetHashKey('WORLD_PLAYER_CHORES_BALE_PICKUP_1'), false, true, false, false, false)

end, false)

Old thread, I know but try looking into this: rdr3_discoveries/animations/scenarios at master · femga/rdr3_discoveries · GitHub