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
Error? Meaning [Solved]
Moderator: Moderators
- RogueCruiser
- 3rd Warning

- Posts: 144
- Joined: Sun May 10, 2009 4:09 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Inside a whale.
Error? Meaning [Solved]
Last edited by RogueCruiser on Sat May 16, 2009 9:30 am, edited 1 time in total.
-
RepSharpshooter
- Gametoast Staff

- Posts: 1351
- Joined: Tue Jul 10, 2007 4:10 pm
Re: Error? Meaning
Did you read the error?
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.RogueCruiser wrote:ABCg_con.lua:98: `)' expected (to close `(' at line 89) near `"imp_walk_atst"'
- RogueCruiser
- 3rd Warning

- Posts: 144
- Joined: Sun May 10, 2009 4:09 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Inside a whale.
Re: Error? Meaning
I looked over it about 100 times than i just realized, the one above it had no comma, thanks
