Jump to content

Recommended Posts

Posted
Anyone knows how to make an item execute a console command like tcl when used or equiped? Thanks for your time!
Posted
You can try and find an equivalent Papyrus command. E.g. in place of TCL you can try to use Debug.EnableCollisions(false) inside the ObjectReference.OnEquipped() event. The problem with using a debug function though as in this example is that it will be compiled out of the release archives. Unless of course you don't care about producing a release version.
  • Recently Browsing   0 members

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