Jump to content

Is there any way to have papyrus execute console commands without refering to a batch file?


Recommended Posts

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
EndIf
EndEvent

---

 

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

  • Recently Browsing   0 members

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