Jump to content

Recommended Posts

Posted (edited)

Err do you mean conceal the FormID? (if you mean EditorID, there is no way to display that).

 

For the ring you can put a script on the ring and try this code when it's equipped:

Event OnEquipped(Actor akActor)
    if akActor == Game.GetPlayer()
        debug.notification("Equipped Item's Form ID: " +self.GetBaseObject().GetFormID())
    endif
EndEvent

You'll need to convert the return value into hex(FormIDs will be returned as a decimal.). OS calculators can do this if they have a programmer mode.

Edited by Rasikko
  • Recently Browsing   0 members

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