Before 2.0 player open the map (M) and if I had cutscene script in my control.lua, the map was automatically closed. This doesnt work right now, because classic map was replaced by remote view. I tryed to use
Code: Select all
player.exit_remote_view()
Is there a way how to close player map /remote control in lua script? Thank you.