Time Nick Message 02:17 whmark anyone here? 02:18 whmark I've defined a node's `on_use' function all works except this line: 02:19 whmark return item_stack:take_item(1) 02:19 whmark doesn't take the item like I expected 02:23 whmark well it works after first calling `take_item' then returning the item stack 02:23 whmark the wiki says that should work though 22:30 ShadowNinja whmark: You're returning the return value of take_item. I beleive that's either boolean success or nil.