Red Cell Ops
New member
- Joined
- Jul 16, 2007
- Messages
- 7
Alright, i now just learned how to do one script with the basic stuff from the wiki:
Now how do i place more stuff in it? Do i just add the script in after the start or do i have to make a completely new script and add it to the compiler? If the later, how do i do that?
As my compiler now looks like this:
where do i add for the .bat file to read another script?
Anything will help.
Red Cell Ops
run script WikiTutorialScript
begin script WikiTutorialScript
start
disable load screen
set fade in time 1
wait until 1 != 1
end script WikiTutorialScript
Now how do i place more stuff in it? Do i just add the script in after the start or do i have to make a completely new script and add it to the compiler? If the later, how do i do that?
As my compiler now looks like this:
"Script Compiler" -path . -enumfile .\Enums.txt -dbfile .\bw2text.lhts -scriptpath . -inputfile ./wikitutorial/WikiTutorialChallenges.txt .\wikitutorial\NewChallenge.chl
pause
where do i add for the .bat file to read another script?
Anything will help.
Red Cell Ops