Removing cloned object from inventory

thelaststarwhale
27 May 2014, 00:50
Hi all,

I'm having trouble removing clones from the player inventory. For a quest, you have to go collect a certain amount of wood and return it to an in-game character. I had success with the cloning part, but I can't figure out how to remove the clones or set the number to 0.

Here is how I cloned the objects. (I have a stackable library.) I've never cloned things in a game before and I've been reading up, but haven't found the answer to this question.

msg ("You take out the axe and begin chopping down the tree. It's hard work. You can feel yourself gaining strength.")
b = Clone(Wood 1)
stack (b)


Thanks all.