Loaders, another order makes another result
Posted: Fri Jun 21, 2019 8:49 pm
Hi!
I have small setup: If I choose the loader and set this console command than I get expected result:
But here is another result by another order of this commands:
Thy I need to be careful with the order of this commands?
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=4
But 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)