ancient ruins questions

Nefliqus

Prince
Joined
Sep 16, 2010
Messages
400
Location
Poland
I would like to add ancient ruins in my map script.
Do you think that ancient ruins is an inprovement? If yes what improvement ID ancient ruins have?
What does IsGoody() function?
What does "goody" mean here? It is ancient ruins improvement?

and how to add ancient ruins at specific plot in LUA script?
 
oh yea you're right, 0 is city ruins, 2 is the goody stuff :)

and to change that option i think this:
Game.SetOption(10, true)

but i don't see how that will change anything once the map is set up
 
oh yea you're right, 0 is city ruins, 2 is the goody stuff :)

and to change that option i think this:
Game.SetOption(10, true)

but i don't see how that will change anything once the map is set up

games automatically start AddGoody() after finishing map sctipts, I want to avoid more goody on map than I want.
Thank you again.
 
Back
Top Bottom