Bully-Board
Bully Modding Section => Modding Questions/Help => Modding Questions/Help Archives => Topic started 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.
-
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.
-
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.
-
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.
-
All the lines are fine though, I've checked them through over and over, it's perfect.
-
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)