I have small setup: If I choose the loader and set this console command than I get expected result:
Code: Select all
/c game.player.selected.loader_type="output" game.player.selected.direction=4But here is another result by another order of this commands:
Code: Select all
/c game.player.selected.direction=4 game.player.selected.loader_type="output"Code: Select all
/c game.player.print (game.player.selected.direction .. ' ' .. game.player.selected.loader_type)
