ositools
ositools copied to clipboard
Question: How to invoke NRD_ItemSetPermanentBoostInt from console?
trafficstars
I'm trying to invoke NRD_ItemSetPermanentBoostInt from the console, but I am getting an attempt to call a nil value error, which I assume is because I am not in the right namespace or there is some other basic error i am making.
This is my OsirisExtenderSettings.json:
{
"CreateConsole": true,
"EnableLogging": false,
"LogDirectory": "D:\\tmp\\DivLogs\\",
"LogCompile": false,
"EnableExtensions" : true,
"DeveloperMode" : true
}
Thanks for any help.