Jump to content

Recommended Posts

Posted (edited)

Hello everyone.

 

Is it possible to add and remove keywords to the currently equipped weapon via script ?

 

Sorry wrong topic name :/

Edited by slevin92
Posted

Usually you can add a keyword to the reference of an object (ObjectReference) using AddKeyword(), but most of the objects in the inventory, equipped or not, are not persistent, and only persistent objects have a reference when they are in containers or in the inventory.

 

If you want this object to be persistent while it is in the inventory you can spawn it with PlaceAtMe() with abForcePersist set to true, or make it be an alias of a quest.

  • Recently Browsing   0 members

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