mob/verb/change_world(F as file) |
seems to allude to the ability to recompile a world on demand provided that DreamMaker was in the same folder.
Could anybody give me some more information on this? I want to try my hand at making some evolutionary AI without creating an in-game scripting language (mainly because I can't seem to get selection statements to work).
Also can you tell me which file shell() is referring to in that command?
<pre> dm.exe [options] sourcefile[.dme] options: -h view this help -i generate include.txt -l list all included source files -code_tree show the DM code tree </pre>