UGX-Mods

Call of Duty: Black Ops 3 => Help Desk => Scripting => Topic started by: Lobberking on July 31, 2019, 12:29:49 pm

Title: unexpected $end, expecting TOKEN_RIGHT_CURLY }
Post by: Lobberking on July 31, 2019, 12:29:49 pm
Hello, whenever i try to compile my map i get this error at the very end which causes me to not be able to complete the rendering of my map
^1ERR(0) scripts/zm/zm_beagon.gsc (345,8 )  : syntax error, unexpected $end, expecting TOKEN_RIGHT_CURLY : }

Anyone have a solution for this? this is the only thing stopping me from releasing my map


Edit: Btw the script ends with a } it keep saying where the "}" is there should be a "}"
Title: Re: unexpected $end, expecting TOKEN_RIGHT_CURLY }
Post by: Wolfilms on August 01, 2019, 04:25:51 pm
It seems like you are missing a "}" somewhere. try matching all the open and closing ones together and see if all the opening ones have a closing one!!