Initial commit.
This commit is contained in:
commit
c3ab101f8b
4 changed files with 103 additions and 0 deletions
6
dbgparts.ks
Normal file
6
dbgparts.ks
Normal file
|
@ -0,0 +1,6 @@
|
|||
set outfile to "0:/parts.txt".
|
||||
log "======== New run ========" to outfile.
|
||||
for i in range(0,ship:parts:length) {
|
||||
log "___Modules for ship:parts[" + i + "]____" to outfile.
|
||||
log ship:parts[i]:allmodules to outfile.
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue