S sampedestal Warlord Joined Dec 12, 2003 Messages 129 Location Dinotopia Mar 22, 2011 #1 How would I get in lua the plot that a city is on? This should be straightforward but it's just not working...
How would I get in lua the plot that a city is on? This should be straightforward but it's just not working...
M MouseyPounds Prince Joined Nov 8, 2010 Messages 417 Location Maryland, USA Mar 22, 2011 #2 I would think something like the following: Code: pPlot = Map.GetPlot(pCity:GetX(), pCity:GetY())
S sampedestal Warlord Joined Dec 12, 2003 Messages 129 Location Dinotopia Mar 22, 2011 #3 Ah, thanks... I had been trying getX() and getY() instead of GetX() and GetY()