Jump to content

[LE] Scripting Help?


ritualistik

Recommended Posts

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
Link to comment
Share on other sites

  • Recently Browsing   0 members

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