[0.16.51] Toggling minimap_enabled from lua misbehaves
Posted: Sat Feb 09, 2019 6:07 pm
Try this:
It will seem to have no effect . . . until you bounce into the main map (I have that on the backquote "`" key, maybe that matters).
This causes trouble for the mod to toggle the minimap display I was trying to implement, to help with the logistics-readout-truncation problem -- the hotkey seems to have no effect.
Code: Select all
/c game.player.minimap_enabled = not game.player.minimap_enabled
This causes trouble for the mod to toggle the minimap display I was trying to implement, to help with the logistics-readout-truncation problem -- the hotkey seems to have no effect.