ConvictJ96 Posted January 5, 2021 Share Posted January 5, 2021 I'm talking stock papyrus, nothing else I saw a thread somewhere that referenced "Console()" as a function. For instance you might want to kill an actor when the player enters a certain cell ---ScriptName ExampleTrigger Extends ObjectReference Actor Property PlayerREF Auto Event OnTriggerEnter(ObjectReference akActionRef) If akActionRef == PlayerREF Console("kill 000825b") ; <---------------------- obviously there are better ways to kill actors - this is just an example EndIfEndEvent--- Anyways I haven't seen console() in the papyrus function list. Can papyrus run console commands without any additional files? EDIT: My question got answered elseware so I'll update if you get here through a search - Console through papyrus is ONLY possible with SKSE and ConsoleUtilsSE installed, I had the idea to create a ring that executes a command when you equip it and how you set the command would have been through naming it in an enchanting table. Link to comment Share on other sites More sharing options...
IsharaMeradin Posted January 6, 2021 Share Posted January 6, 2021 Not all but many console commands do have a papyrus equivalent. Depending upon what you were wanting to do, you could have various items or spells designed to run the papyrus version of a console command. Link to comment Share on other sites More sharing options...
Recommended Posts