Destroying the old vehicle closes this GUI so to make it more invisible to the player I thought I could open the new vehicles equipment grid automatically.
However setting:
Code: Select all
player.opened = vehicle.grid
I tested with a tank from the base game instead of my custom prototype and it doesn't work for that either.
Meanwhile
Code: Select all
player.opened = vehicle
Am I doing something wrong? Are vehicle equipment grids not supported? Or is this a bug?