trusted-editors
331
edits
Please create an account or Login! Have fun!
No edit summary |
No edit summary |
||
Line 279: | Line 279: | ||
<nowiki>chdir "anotherdirectory\" | <nowiki>chdir "anotherdirectory\" | ||
chain "scriptinanotherdirectory.c2g"</nowiki> | chain "scriptinanotherdirectory.c2g"</nowiki> | ||
Note that if the first c2g file CC2 reads chains to another script but does not provide a map itself, CC2 will say the levelset is invalid. This is because it specifically checks the first c2g it reads for the use of "map" followed by a valid map. To avoid this, put a valid map ''after'' | Note that if the first c2g file CC2 reads chains to another script but does not provide a map itself, CC2 will say the levelset is invalid. This is because it specifically checks the first c2g it reads for the use of "map" followed by a valid map. To avoid this, put a valid map ''after'' calling a chain, such that it will never be accessed since the parser will be chained away from the script before reaching it. | ||