Bully-Board

Bully Modding Section => Modding Questions/Help => Modding Questions/Help Archives => Topic started by: FaZe on March 31, 2014, 12:27:48 PM

Title: Error Again.
Post by: FaZe on March 31, 2014, 12:27:48 PM
My Compiler never works, just to check, what is - luac: pedset.lua:1 : unexpected symbol near  `ยด'   
  Cheers.
Title: Re: Error Again.
Post by: WhenLifeGivesYouLemons on March 31, 2014, 02:29:49 PM
If its a script source you don't wanna share public just PM it to me and I will try to help you and show you where it went wrong when trying to compile it.
Title: Re: Error Again.
Post by: FaZe on April 01, 2014, 09:46:44 AM
If you could just compile it for me, that would be great, it's a simple one line of code, because It's part of a big mod, and it doesn't go into the other one at this stage. It may not make sense to you, but I know what I'm doing, I'll send you the small file via PM, If you can compile it into an ArcRace1.lur file.

Cheers X-Blade.
Title: Re: Error Again.
Post by: MadmaN on April 02, 2014, 12:59:37 AM
That error is the lua compiler telling you to look at line one. You have a character in that line that is causing the compiler to error out.
Title: Re: Error Again.
Post by: FaZe on April 02, 2014, 10:07:52 AM
All the lines are fine though, I've checked them through over and over, it's perfect.
Title: Re: Error Again.
Post by: MadmaN on April 02, 2014, 02:44:53 PM
What are you using to edit the lua script? Since some things like notepad or word will add extra whitespaces to the file that are not visible but are still detected by the compiler.

Whitespaces are usually properly added to a file when using the proper type of editor for it like notepad++ or something similar to that.

If you pm me what you are trying to compile...I can look it over and see about fixing it so you will know what to do if this happens again  8)