CLUAConsole not working 2.1
dreypdx
Member Posts: 21
I cannot for the life of me get the CLUA Console working. I have edited the baldur.lua file - with wordpad - not sure if this is a 2.1 issue or not? SetPrivateProfileString ('Program Options' , 'Debug Mode' , '1') - any ideas?
0
Comments
SetPrivateProfileString('Program Options','Debug Mode','1')
Save and close the file. Then run BGEE and press ctrl + space to open the console. If you would have previously used a code like:
CLUAConsole:CreateItem("Bag31") it should now be just C:CreateItem("Bag31")