Jump to content

Recommended Posts

Hello, I'm modifying Action Queue to serve my needs.
I want to stop repeatedly giving materials to the full filled Composting Bin to move on to the next Composting Bin but don't know how to tell if is full or not.

I have compared full vs not full Composting Bin through ent:GetDebugString() but they have the same tags & working anim.

I also tried  

ent:AddComponent("compostingbin")

but 

ent.components.compostingbin:IsFull()

always return false.

Can you show me a way to tells if a Composting Bin is full or not? Thank you.

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
×
  • Create New...