Bully-Board

Bully Modding Section => Modding Questions/Help => Modding Questions/Help Archives => Topic started by: tryzombie502 on November 21, 2014, 05:00:03 PM

Title: Script compile failed,
Post 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.
Title: Re: Script compile failed,
Post by: 明日香 on November 21, 2014, 06:18:24 PM
Look on the line it says, and check if there are any symbols that aren't needed, I think that's the problem
Title: Re: Script compile failed,
Post by: 明日香 on November 21, 2014, 06:25:50 PM
Sorry, I worded that terribly
Title: Re: Script compile failed,
Post by: DaBOSS54320 on November 21, 2014, 07:13:37 PM
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.
Title: Re: Script compile failed,
Post by: Unknownsoldier on November 24, 2014, 08:09:45 PM
^ 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++.
Title: Re: Script compile failed,
Post by: DaBOSS54320 on November 25, 2014, 04:31:35 AM
Oh, well it would of been nice if he had told us he was using Ultimate Pasta.
Title: Re: Script compile failed,
Post by: SWEGTA on November 25, 2014, 11:28:10 AM
Either case, what you need to do is COPY/PASTE the codes from Ultimate Pasta to notepad++, save it and then compile.
Title: Re: Script compile failed,
Post by: Pabloko on November 25, 2014, 09:38:36 PM
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
Title: Re: Script compile failed,
Post by: Unknownsoldier on November 25, 2014, 10:37:50 PM
^ 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.