Hi. I get this error when i try to start robocop.lua in Script Editior
Please, help me with this
SnigelN
What version of Robocop and what version of PtokaX are you using?
Quote from: Snigeln on 28 January, 2008, 07:53:40
Hi. I get this error when i try to start robocop.lua in Script Editior
Please, help me with this
SnigelN
Robocop is compiled script so script editor cant read it correctly ;D
Don't try to make out that PX has a problem with all compiled scripts.
The only issue would be if the script was written/compiled with a different version of Lua than the one in the hubsoft.
The more likely issue is that he is trying to use Robocop with the new API which it is not compatible with. And being open source would not make for a fix to this; as proven with the death of Terminator where nobody was willing to continue the development when Hawk left the DC community and open sourced the script.
I have had that error produced even when the file did exist. it was down to the use of require (in my case at least) to open the files.
I don't know how Robocop opens the files (I cannot remember) but it may be down to this issue.