Bully-Board
Bully Modding Section => Modding Questions/Help => Modding Questions/Help Archives => Topic started by: tryzombie502 on November 21, 2014, 05:00:03 PM
-
Hello i am new to bully scripting and modding but when i try to compile scripts to lur this happends
(http://s29.postimg.org/my8ad0oc7/error.jpg) Does anyone know whats wrong?
I've got all of the runtime and correct files installed for luac
thanks.
-
Look on the line it says, and check if there are any symbols that aren't needed, I think that's the problem
-
Sorry, I worded that terribly
-
Sorry, I worded that terribly
There is an edit button you know, if you want to re word it.
Yes, pretty much what she said. There is an unneeded symbol in your script on line 1.
-
^ Nope. I've had this problem when I used Ultimate Pasta. Just copy the code from Ultimate Pasta, and paste it in a new lua file in Notepad++.
-
Oh, well it would of been nice if he had told us he was using Ultimate Pasta.
-
Either case, what you need to do is COPY/PASTE the codes from Ultimate Pasta to notepad++, save it and then compile.
-
If scripts fails at line 1 and you dont see any lua error in there, u may check the file BOM, make sure you save the file as ASCII, or use the correct UTF-8 BOM
-
^ Like SWEGTA said. Just copy and paste the entire code from Ultimate Pasta, then paste in Notepad++, save as new file then boom. Just compile it.