I am new to LUA scripting and I have no idea what the errors mean. I have this message, even when I have nothing typed in: compiler\bin\luac.exe: C:\test\wow test.blu:1: unexpected symbol near `<'
this is my code (the first part was there already):
<?xml version="1.0" encoding="UTF-8"?>
<blua_project>
<project_name>wow test</project_name>
<home_root>C:\test</home_root>
<library />
<wow_resource use="true" />
<open_tabs />
<active_sheet />
</blua_project>
function Mana()
ClearTarget()
UseContainerItem(0,15)
end
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am new to LUA scripting and I have no idea what the errors mean. I have this message, even when I have nothing typed in: compiler\bin\luac.exe: C:\test\wow test.blu:1: unexpected symbol near `<'
this is my code (the first part was there already):
<?xml version="1.0" encoding="UTF-8"?>
<blua_project>
<project_name>wow test</project_name>
<home_root>C:\test</home_root>
<library />
<wow_resource use="true" />
<open_tabs />
<active_sheet />
</blua_project>
function Mana()
ClearTarget()
UseContainerItem(0,15)
end
Although Im new to Lua, I dont think you should have code in the .blu file. That file is what keep track of the files in the project