Skyrim Special Edition
0 of 0

File information

Last updated

Original upload

Created by

Pospelov

Uploaded by

pospelovv

Virus scan

Safe to use

Tags for this mod

About this mod

Add eval console command to run JavaScript code from the game console including Papyrus functions.

Requirements
Permissions and credits
eval <code> - runs code once
evalupd <code> - will run code every frame
evalstop - clears evalupd

Examples:

eval Game.GetPlayer().Kill(null)
eval Game.DisablePlayerControls(true, false, false, false, false, false, false, false, 0)

evalupd Debug.Notification("Hello")
evalstop

Learn more about JavaScript syntax here: https://github.com/skyrim-multiplayer/skymp/blob/main/docs/docs_skyrim_platform.md