Skip to content

Trouble with CLUA Console commands

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.

Comments

  • GallowglassGallowglass Member Posts: 3,356
    "CLUAConsole:..." is the old pre-EE command-line. In EE, use "C:..." instead.
  • BhendaalBhendaal Member Posts: 2
    Thank you!!!
  • l33tmanl33tman Member Posts: 1
    I'm using the c: and trying to create an item but it dose not spawn the item it gives information about the map
Sign In or Register to comment.