- Event type
- patch note
- Published
- 28 June 2017 - 16:59:44 UTC
- Source
- steam_community_announcements
NEW BUILD NOW LIVE!... Allows you to put objects inside, under, on, over, below, left of, right of and in front of other objects. (all multiplayer compatible too) e.g. via scripting: box is under table via play commands: put box under table To be able to put something inside something it needs to be a container.. To make an object a container you can either via scripting: build chest chest is lockable chest is openable chest is closed chest is unlocked chest is a container OR single command: build chest.chest .chest is a class file that does all of the above (much quicker) Classes allow you to pre-define objects in the same way .verbose scripts. Access to classes and adding your own will be coming shortly!!! ALSO: you can now look inside objects e.g. look inside chest To take objects you only need to have seen them to be able to interact with them. e.g. look inside chest you see: coins;....