Jump to content

fast gather


Recommended Posts

i need help fixing this coding for it to work as a fast gather so i can gather twigs and grass and barris fast but it just not working

 

-- Fast Gather
    local handle = inst.sg.sg.actionhandlers[ACTIONS.HARVEST]
        handle.deststate = function(inst) return "doshortaction" end
    local handle = inst.sg.sg.actionhandlers[ACTIONS.PICK]
        handle.deststate = function(inst) return "doshortaction" end
 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
  • Create New...