See All
this is for UE4SS mod developers
small module for UE4SS lua scripting.
small module for UE4SS lua scripting.
Instructions
place OBRConsole.lua to your mod's lua script folder.
call OBRConsole.lua in your script on top level. like this: local console = require("OBRConsole")
In your favorite timing, call ExecuteConsole method with your console command:
local command = 'player.advskill'
console.ExecuteConsole(command)
Console Framework UE4SS
Type: Main
Date uploaded08 Sep 2025
File Size905 B
Unique DLs5
Total DLs5
Version1.2.1
fixed "KismetSystemLibrary:ExecuteConsoleCommand(playerController.player, command, playerController, 0)" to work