notabuster Posted July 18, 2017 Share Posted July 18, 2017 How do i add some external scripts on main.scm? I want to add them in a stripped main.scm i will add like skydiving, and much more. Link to comment Share on other sites More sharing options...
Lancerator Posted July 18, 2017 Share Posted July 18, 2017 You need to add it first on script.img then write it on main.scm Link to comment Share on other sites More sharing options...
ZAZ Posted July 20, 2017 Share Posted July 20, 2017 (edited) You need to add it first on script.img then write it on main.scmnaa, the script editor decompiles main.scm and script.img (by opening main.scm) into ONE SOURCE TEXT. The source script of originally main will be compiled to main.scm and script.img Externscripts will be compiled to seperately script files and stored in script.img To work from scratch needs to start with a total stripped main as source text, then add the source text of an external script, then it will be compiled to main.scm and script.img Edited July 20, 2017 by ZAZ CLEO MODS CLEO Script Tutorial Link to comment Share on other sites More sharing options...
notabuster Posted August 18, 2017 Author Share Posted August 18, 2017 (edited) thankas Edited October 20, 2017 by notabuster Link to comment Share on other sites More sharing options...