.

I'm pretty sure they're just purely cosmetic. :)
 
all i know is this:
the first number is the type of Pot (0 is for a Food Pot, 1 is for a Wood Pot, there are more, but idk what they are or do)
the second number idk what it does, i just leave it at 1.
and the "9999999" or "0" in your example, is how much Food/Wood the Pot has :)
CREATE_POT("x,y", 1, 1, 99999999) for Wood
or this:
CREATE_POT("x,y", 0, 1, 99999999) for Food
so maybe the reason it doesn't give you Wood, is because it's value is set to 0

hope this helps
(btw. i make Script Editing Tutorials on Youtube, under the same username, if you're interested)
 
Back
Top