About this mod
Adds 7 new console commands using Custom Console.
- Requirements
- Permissions and credits
Some of PO3's Papyrus Extender functions translated into console commands intended to demonstrate Custom Console. Also hopefully generally useful for debugging/development :).
Usage
Note that some of these calls will fail or cause indeterminate behaviour when used in the wrong context. For instance, the actor you're trying to freeze must actually be in the cell and loaded.
extended-console --help # prints out help information for the command
extended-console freeze-actor NazeemREF 0 true # freezes an actor in place (gl getting to the Cloud District)
extended-console decapitate-actor NazeemREF # def not getting there now
extended-console get-combat-targets player # lists combat targets for the specified actor
extended-console plugin-found Skyrim.esm # returns true if plugin found (better hope this one returns true)
extended-console quest-item MS13GoldenClawREF # returns whether the item is a quest item
extended-console add-keyword ArmorDaedricBoots ArmorMaterialStudded # adds the keyword to the item
extended-console remove-keyword ArmorDaedricBoots ArmorMaterialStudded # removes the keyword from the item
You can also use the shortened versions of these command:
econ fa ...
econ da ...
econ gct ...
econ pf ...
econ qi ...
econ ak ...
econ rk ...
Additionally, instead of typing out the actor, you can simply click on them i.e. click on Nazeem instead of typing out NazeemREF.