WastelandSettler Posted December 12, 2022 Share Posted December 12, 2022 (edited) How can I fix this off center placement for a custom "item" that I've created? (see attached screen shot) Also, how can I prevent players from taking this item from the NPC? Thank you for reading! Edited December 12, 2022 by WastelandSettler Link to comment Share on other sites More sharing options...
WastelandSettler Posted December 12, 2022 Author Share Posted December 12, 2022 UPDATE: I figured out the placement issue. I fixed it by using Outfit Studio. Still looking for a way to prevent players from taking Boo though... Link to comment Share on other sites More sharing options...
scorrp10 Posted December 17, 2022 Share Posted December 17, 2022 You would need a quest running with NPC as alias, or a permanent MagicEffect applied on NPC with script that monitors for OnItemRemoved event, and it is that item, sets up an update event about a second later that will remove item from DestContainer and add it back to NPC - potentially triggering an angry response topic. Can even have a counter there where higher values cause angrier responses and eventually make NPC hostile. Link to comment Share on other sites More sharing options...
Recommended Posts