Igor Q. 519 Posted December 19, 2018 Hi, for each update could we please get an extensive list of all new features added to the editor in this forum? It would greatly help us update out skills. 1 Share this post Link to post Share on other sites
Rudy.cz 41 Posted January 3, 2019 Hello. Thank for suggestion. In scripting WIKI we have added to each script tile a version when it was updated, so it is now possible to list what has changed each update. There are already things which are being implemented along the 0.12 update at the moment, so it also some kind of sneak peek You can have look here: https://community.bistudio.com/wiki/Category:Updates Share this post Link to post Share on other sites
Oliver Hope 261 Posted January 3, 2019 7 hours ago, Rudy.cz said: Hello. Thank for suggestion. In scripting WIKI we have added to each script tile a version when it was updated, so it is now possible to list what has changed each update. There are already things which are being implemented along the 0.12 update at the moment, so it also some kind of sneak peek You can have look here: https://community.bistudio.com/wiki/Category:Updates was looking at what is planned for 0.12 specifically at the abilty to lock equipment slots and i have a question: will this stop us being able to equip players through script if that slot is locked? if so that is going to be quite frustrating to unlock each time you want to equip stuff Share this post Link to post Share on other sites
Rudy.cz 41 Posted January 4, 2019 16 hours ago, Oliver Hope_P1 said: was looking at what is planned for 0.12 specifically at the abilty to lock equipment slots and i have a question: will this stop us being able to equip players through script if that slot is locked? if so that is going to be quite frustrating to unlock each time you want to equip stuff It was blocking also the script instruction, but we will change it according to your feedback Share this post Link to post Share on other sites
RedEagle_P1. 905 Posted January 4, 2019 1 hour ago, Rudy.cz said: It was blocking also the script instruction, but we will change it according to your feedback Are you guys back from break and back to work already? 0_0 Share this post Link to post Share on other sites
Rudy.cz 41 Posted January 4, 2019 Yep, no slacking here at Bohemia :-D Share this post Link to post Share on other sites
RedEagle_P1. 905 Posted January 4, 2019 26 minutes ago, Rudy.cz said: Yep, no slacking here at Bohemia :-D Awesome I look forward to seeing all you make Share this post Link to post Share on other sites
Oliver Hope 261 Posted January 4, 2019 1 hour ago, Rudy.cz said: It was blocking also the script instruction, but we will change it according to your feedback Thank you i feel it should be the same for locked doors, imo its more likely you will want to just open the door and leave it locked and if you dont want the door to open if its locked you could just use an if statment and check if its locked Share this post Link to post Share on other sites
JgrPower 6 Posted January 4, 2019 2 hours ago, Oliver Hope_P1 said: Thank you i feel it should be the same for locked doors, imo its more likely you will want to just open the door and leave it locked and if you dont want the door to open if its locked you could just use an if statment and check if its locked I thing we could get away with modifying a tile. Now we have "Open/Close entity [Entity]". We could change it a bit by adding an additional boolean. Something like "Open/Close entity [Entity] ignore lock [Bool]" where if the ignore lock would be true, it would open a locked door and if its false it would not. We'll think about it. 1 Share this post Link to post Share on other sites
Houp 237 Posted January 10, 2019 You were able to lock opened door. From 0.12 you will be able to open locked door. (and it will remain locked in open state) 1 1 Share this post Link to post Share on other sites