Zorkaz Posted May 25, 2019 Posted May 25, 2019 So I want to give grain into a container and after some time it will become vodka (For instance) How do I get to that. I know there's the drinking buddy functionality, yet I don't have a clue on how alter it.
SKKmods Posted May 25, 2019 Posted May 25, 2019 We just did exactly that with coffee cups and coffee tins last week, search here on coffee and OnItemAdded
Zorkaz Posted May 25, 2019 Author Posted May 25, 2019 Can you post a link?I can't find anything Edit: Nevermind found it. I don't see how it helps though
SKKmods Posted May 26, 2019 Posted May 26, 2019 Do you want to detect when grain is put in a container ? Thats OnItemAdded() Do you want to replace it with Vodca ? That's RemoveItem() and AddItem() Do you want a time delay ? That's StartTimer()
Recommended Posts