So i'm looking to fix an issue i have with the game. i want to be able to sell all the weapons i want, and to be able to pick up and retain every weapon i find. So i can sell them.
i have the sell guns mod: https://www.nexusmods.com/reddeadredemption2/mods/245 . its great.
the issue i have now is im surrounded by cattleman revolvers and can only ever have 1.
i want to set up a mod that checks if ped is currently dropping a weapon, then send that weapon to my inventory. rather than on the ground.
im coming through the native db: https://alloc8or.re/rdr3/nativedb/ but cant find the thing im looking for. found just about everything else i need.
ideas?
i thought of doing an ontick and checking what weapons ped is currently equipped and then when those weapons change, do the thing, but those weapons change all the time. i need to know if a weapon is being dropped specifically.
I feel the function is obvious in the DB but cant find it.
anyone know where it is? or a better way to do this?
ill do the heavy lifting. just need the reference.
thanks 🙂