Jump to content

Make item non removable from container?


Recommended Posts

Posted

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.

Posted

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

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...