buali Posted July 2, 2018 Posted July 2, 2018 Anyone knows how to make an item execute a console command like tcl when used or equiped? Thanks for your time!
Reneer Posted July 2, 2018 Posted July 2, 2018 What pra said. I don't even think F4SE enables anything like that either.
pra Posted July 2, 2018 Posted July 2, 2018 Fo4 Hotkeys can do it, though. But I assume that's done in their custom DLL somehow.
CriusX Posted July 5, 2018 Posted July 5, 2018 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.
Magicockerel Posted July 6, 2018 Posted July 6, 2018 Similar to what pra has said, you're able to through MCM hotkeys. You can read about that here.
Recommended Posts