Zorkaz Posted February 4, 2019 Share Posted February 4, 2019 Beginner Question: I want an activator/furniture only to be usable if the player has a certain item in his posession.Is that possible? Thank you in advance Link to comment Share on other sites More sharing options...
DieFeM Posted February 5, 2019 Share Posted February 5, 2019 (edited) In the base object for the activator/furniture, on "Interaction conditions": GetItemCount [item] >= 1, if you use the default target (subject) it would be a condition for any NPC (including the player) activating it, so the function would be relative to the inventory of the NPC activating it (or the player), there's a drop-down menu to choose the target for this condition, if you choose the player as target then no NPC will be able to use it unless the player have such item in the inventory. Edited June 19, 2019 by DieFeM Link to comment Share on other sites More sharing options...
Zorkaz Posted February 5, 2019 Author Share Posted February 5, 2019 Thanks for the info and the quick reply Link to comment Share on other sites More sharing options...
Recommended Posts