AfriCanuckinOz Posted October 24, 2019 Share Posted October 24, 2019 Any experienced modders that can teach me how to have a item (weapon) only work when in the presence of a inventory item? What I want to do is have a situation where my weapon (a flintlock pistol, which is actually a reskinned staff model, so it recharges via soul gems) will ONLY work when an inventory item (a planned "bullet pouch") is present in the inventory of the player/npc. Thank you for your help Link to comment Share on other sites More sharing options...
NexusComa Posted October 24, 2019 Share Posted October 24, 2019 Interesting concept ... The game has bows that kind of work that way. I would start there ... Link to comment Share on other sites More sharing options...
christianerding2 Posted October 24, 2019 Share Posted October 24, 2019 I guess your flintlock "staff" will then fire a spell...In this case it should be simple:Go to the enchantment of your staff and put in the condition getitemcount bulletpouch >= 1 Link to comment Share on other sites More sharing options...
christianerding2 Posted October 24, 2019 Share Posted October 24, 2019 (edited) Doublepost Edited October 24, 2019 by christianerding2 Link to comment Share on other sites More sharing options...
AfriCanuckinOz Posted October 24, 2019 Author Share Posted October 24, 2019 Thank you very much! Seems simple enough. Link to comment Share on other sites More sharing options...
NexusComa Posted October 24, 2019 Share Posted October 24, 2019 nice Link to comment Share on other sites More sharing options...
Recommended Posts