04-18-2019, 21:52
Put challenge.chl into CHLEX's directory.
Create a directory named "example" in the same directory.
Create a .bat file in the same directory, and put this into it:
Use the .bat file.
Move the directory named "example" into CHASM's directory.
Create a .bat file in the same directory, and put this into it:
" strt ThrowBlokeMain" is in the LandControl3.txt.
I didn't test removing it.
" strt TheLostFlock" is in the LandControl1.txt.
I did test removing it. Success.
Create a directory named "example" in the same directory.
Create a .bat file in the same directory, and put this into it:
Code:
chlex challenge.chl /s example/challenge.prj
chlex challenge.chl /ac example
Move the directory named "example" into CHASM's directory.
Create a .bat file in the same directory, and put this into it:
Code:
chasm example/challenge.prj challenge.chl
" strt ThrowBlokeMain" is in the LandControl3.txt.
I didn't test removing it.
" strt TheLostFlock" is in the LandControl1.txt.
I did test removing it. Success.