Author Topic: EXT system  (Read 3153 times)


no... you can't create dsos for Blockland period (unless you're badspot).

Is there something preventing you or what?

Quote
YOU MAY NOT: modify, translate, disassemble, reverse engineer, or decompile the Software.

No decompiling, yes, but compiling code doesn't appear to be illegal.

compile(%path) does nothing.

So you can't tell a script to exec a non .cs(or others that work) file?

The exec() function in v9 has been changed to accept only the file types I mentioned.  .dso doesn't really count as a separate type because exec("test.cs"); would exec "test.cs.dso" if "test.cs" did not exist.

Ok, thank you for that info.