Trouble with CLUA Console commands
Bhendaal
Member Posts: 2
Can anyone help with what I may be doing wrong? I was able to alter the .lua file to enable the CLUA console in game. I press CTRL+space to open the console, and have the input box on the bottom. I'm trying to input commands in order to create items for example, but just keep getting errors. For example, I am typing exactly the below:
CLUAConsole:CreateItem("BOOK03")
and I get:
[string "CLUAConsole:CreateItem("BOOK03")"]:1: error in function 'CreateItem'.
argument #1 is 'class CLUAConsole'; 'CLUAConsole' expected.
Any ideas for help?
Thanks in advance.
CLUAConsole:CreateItem("BOOK03")
and I get:
[string "CLUAConsole:CreateItem("BOOK03")"]:1: error in function 'CreateItem'.
argument #1 is 'class CLUAConsole'; 'CLUAConsole' expected.
Any ideas for help?
Thanks in advance.
0
Comments