Page 1 of 1

Error? Meaning [Solved]

Posted: Sat May 16, 2009 8:45 am
by RogueCruiser
I got this while munging,

C:\BF2_ModTools\ToolsFL\Bin\luac.exe: ..\..\common\scripts\ABC\ABCg_con.lua:98: `)' expected (to close `(' at line 89) near `"imp_walk_atst"'
ERROR[scriptmunge scripts\ABC\ABCg_con.lua]:Could not read input file.ERROR[scriptmunge scripts\ABC\ABCg_con.lua]:Could not read input file. [continuing]
2 Errors 0 Warnings

ERROR[levelpack mission\ABCg_con.req]:Expecting bracket, but none was found.
File : munged\pc\abcg_con.script.req(1)...

ucft <--
ERROR[levelpack mission\ABCg_con.req]:Expecting bracket, but none was found.
File : munged\pc\abcg_con.script.req(1)...

ucft <--

2 Errors 0 Warnings

help

I also can't get my vehicles to show ingame, I've changed the lua, added vehicle spawns, typed it in correctly to spawn them and they still don't show up <this part solved

Re: Error? Meaning

Posted: Sat May 16, 2009 9:14 am
by RepSharpshooter
Did you read the error?
RogueCruiser wrote:ABCg_con.lua:98: `)' expected (to close `(' at line 89) near `"imp_walk_atst"'
It tells you exactly what is wrong, like most error logs do. It says the error is at line 89, so check there in your lua. You probably forgot a ) or a comma.

Re: Error? Meaning

Posted: Sat May 16, 2009 9:32 am
by RogueCruiser
I looked over it about 100 times than i just realized, the one above it had no comma, thanks