Bully-Board

Bully Modding Section => Modding Questions/Help => Modding Questions/Help Archives => Topic started by: davis42 on August 16, 2013, 05:46:39 PM

Title: Error in command prompt?
Post by: davis42 on August 16, 2013, 05:46:39 PM
I'm getting an error when i try to run luac 'the system cannot find the path specified'. i've copied all contents to the folder that i type in cmd with script file. If anyone can explain or give me a link to luac tut, it will be helpful for me. Second question is, when i create a custom script, what should i name it, scriptcustomtest.lua? Or is there any other name? Third question is, can i edit the ide file through lua or make changes in it? Thanks everyone.
Title: Re: Error in command prompt?
Post by: c00ld0c26 on August 17, 2013, 12:57:29 PM
1. BEFORE typing Luac and all of that u need to type in this :

"CD location of your lua compiling folder"

For example :

If your lua folder is at C:Lua then you do this

cd C:/Lua

AFTER that you do the luac thing.

2. You can name it how ever you want just make sure you dont use space.
About the IDE, you will need to edit it via HxD not in LUA.