MatthewH86
Chieftain
- Joined
- Aug 25, 2007
- Messages
- 44
Hey, I've used this code before and it's worked, but for some reason it refuses to now
The error given is
I tried setFood(1) to see if the city was being picked and it was, so I'm stumped.
Code:
CyGlobalContext().getMap().plot(75,60).getPlotCity().setHasRealBuilding(140,0)
The error given is
Code:
AttributeError: 'CyCity' object has no attribute 'setHasRealBuilding'
I tried setFood(1) to see if the city was being picked and it was, so I'm stumped.