Ark of Truth Posted November 7, 2012 Posted November 7, 2012 Is there a way to make a item non removable or hidden in a container?
Symon Posted November 7, 2012 Posted November 7, 2012 Non viewable by the player? The non-playable flag on the item or the script command to set that flag. Non removable? If the container is an inventory, Quest Item flag or toggle with a script. I haven't experimented with Quest item in inventories.
jbezorg Posted November 10, 2012 Posted November 10, 2012 OBSE can toggle Playable & Quest Item for an item. http://cs.elderscrolls.com/index.php/IsPlayable http://cs.elderscrolls.com/index.php/SetIsPlayable http://cs.elderscrolls.com/index.php/IsPlayable2 http://cs.elderscrolls.com/index.php/IsQuestItem http://cs.elderscrolls.com/index.php/SetQuestItem
jbezorg Posted November 10, 2012 Posted November 10, 2012 You can also use Enable / Disable to show / hide the item. http://cs.elderscrolls.com/index.php/Disable http://cs.elderscrolls.com/index.php/Enable
jbezorg Posted November 10, 2012 Posted November 10, 2012 Or you can add a script to the item. Something like: Begin OnAdd if ( [don't allow item to be removed condition is true] ) ; move back to "home" container endif end OnAdd
Recommended Posts
Archived
This topic is now archived and is closed to further replies.