LeeS
Imperator
See the CityManager tab in Gedemon's spreadsheet. I have no idea what the arguments are for the "Transfer" method, however. Like in Civ5 there may be any number of preparatory actions that need to be performed prior to the actual transfer command. And the method may only work in GS.Is there a way to change city ownership between players using .lua in Civ 6?
I found this example from Civ 5, hoping that it would work in Civ 6, but it did not work for me:
Players[newOwnerID]:AcquireCity(City, true, false);
I'm hoping there is something similar in Civ 6 though!