Im kinda new on this one, but when i try to get the water and plant seed part to work it acts like its working then tells me it's done, Ive had bowls on me and in other containers and seeds on me or in a container, and can't seem to get it to work correctly, i do have an other SUO script that does do dirt and plant seeds, but would like to get this to work.
another issue i have is it collects seeds,resources but doesn't show them as collected

I did have to make a change to the max weight as it wasn't unloading the resources or seeds
This is original seting::::::
set !MaxWeight !MaxWeight + 60
if !MaxWeight > 550
set !MaxWeight 550 ;Backpack maximum
Changed to:::::::
set !MaxWeight !MaxWeight + 40
if !MaxWeight > 500
set !MaxWeight 500 ;Backpack maximum